Bonny Rais

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Bonny Rais created a post, Answered(golang) support for projects where GOPATH contains a symbolic link
We 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 ... -
Bonny Rais created a post, AnsweredWhy is IDEA recompiling golang project when I simply restart a debug session
I'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... -
-
Bonny Rais created a post, [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... -
-
Bonny Rais commented, -
Bonny Rais commented, -
Bonny Rais commented, -
-
Bonny Rais created a post, AnsweredChange parameter order in method signature not changing caller parameter order
Hi, 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...