Loh Jia Long

Results 7 comments of Loh Jia Long

Just started trying out Helix, and I was trying to use it for a legacy Golang project that did not support gomodules. To disable gomodules you need to set an...

The current behaviour also seems to break for Golang monorepos which have a mix of `GOMODULEs` enabled and disabled (admittedly not a common scenario, but it's a very old monorepo)....

+1 to the convo, I do think a folder or file might be better than an environment variable (as an environment variable is global). Re: @georgesboris, my two cents: >...

Hmm did we decide against `.helix`? Still think that's a reasonable solution. Or perhaps part of `language.toml`, allow people to control the behaviour? We already have a `roots`. We can...

My two cents: there's nothing existentially wrong with adding this functionality. This new feature is entirely optional right? It's the same as manipulating languages.toml for anything else, out of the...

> There's nothing wrong with it, but it adds extra code that we have to maintain forever or until deprecation. > > If you're using `export GO111MODULE=off` you likely want...

Minor update: As I haven't heard back from the maintainers, and it seems like overkill to fork the whole repo and maintain it, I have opted to split out the...