epikur-io
epikur-io
I really like the idea of @tul since it actually has no real downsides (at least it seems so for most of the use cases I can think of right...
I've found out that if you don't reassign to the "str" variable it works as expected. Like this: ``` function f() return false end function conver(str) str2 = f() and...
I like this code / implementation. The auxsort function is a bit convoluted but everything is obvious if you read the comments. Would be great to see this getting merged....
@edolphin-ydf Does this affect the performance when not using debug.sethook? If yes, how much?
I have a very large project and godoc doesn't work anymore (fills up RAM like crazy). On the other hand gopls with VSCode works fine. I really like LiteIDE but...
@fastfading Thats simply not true. I'm currently using vs code 1.41.0 and the recent gopls build with the std Go extension. It's working correctly even with projects using go.mod. All...
@fastfading Whats the point of that? Without Go modules you would have to set you GOPATH accordingly or use golang's vendor feature, which both is ugly and is the reason...
@Araq Yes, I tested it with both and this problem also appears when not passing "--d:useMalloc". **Edit:** I'm sorry, but it appears that the code base I'm working on had...