Dean Hiller
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 7
-
-
Dean Hiller created a post, Anyone know how to STOP intellij from inserting EXTRA logs in console ?
turning logcat off did not work. report -> https://intellij-support.jetbrains.com/hc/en-us/requests/3481080 Basically, Intellij inserts a red line "Caused by: java.lang.NullPointerException: null"... -
-
-
Dean Hiller created a post, Intellij toolbox failed to install
BUT then it ran and failed to extract. I am not sure what is going on, but this is not working for me at all. Does toolbox need more permissions on MAC Catalina? Is there something I need to ... -
Dean Hiller created a post, AnsweredIs there a global setting for Build project Automatically and JVM args like -parameters?
There is this post BUT it's per project and our developers keep getting burned by not having the setting on https://intellij-support.jetbrains.com/hc/en-us/community/posts/206218199-Is-there-global... -
-
Dean Hiller created a post, AnsweredAsync review process with intellij and git?
We have tooling around a synchronous(developer posts a git branch for review but it's not submitted to CI to land on master yet) AND tooling around asynchronous reviews where developers runs a comm... -
-
Dean Hiller created a post, how to find instances of 'construction' of a struct (not just usages)
There are many cases where a struct is newed up in not too many locations. In java, we can open call heirarchy of constructors. How to do in goland? as there is way way to many references/usages ...