Bonny Rais

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created (golang) support for projects where GOPATH contains a symbolic link
AnsweredWe have a project which uses golang (but not exclusively) and so it has a directory structure that does not follow the GOPATH conventions. In order to build the golang component(s) we use symbolic ... -
Edited Why is IDEA recompiling golang project when I simply restart a debug session
AnsweredI've just started playing with IDEA support for go and one thing I noticed is that whenever I debug my app, simply restarting the debug session causes a recompilation although nothing has changed i... -
Created [Linux] Clion Freezes and hangs frequently on large projects
I'd like to add my voice to the list of issues that have been raised by others (search for freeze) CLion is just a pain on bigger code bases - it will intermittently hang, sometime without apparent... -
Created Change parameter order in method signature not changing caller parameter order
AnsweredHi, I'm used to IDEA refactoring operations from Java and expected the same behaviour when using with a python script - I just wanted to change the order of a method's parameters... The method sign...