Juan M Gómez
Juan M Gómez
### What happened? Probably this is already reported, but couldnt find it anywhere. When using auto, and it seems sugar uses it, the compiler allows you to write incorrect code....
As the title said, it takes more than a second to UnrealJs to init in a new UWorld. 1. Is it expected? 2. Is there any way to reduce the...
I tried to install it against Unreal 4.25.0 4.24.3 and 4.23.latest for both Epic Store and from source. I was able to execute ./install-v8-libs but then I can't open the...
Most of the time intellisense does not list the properties of an object (name and age), in this case it does show it up but listed as an error. The...
existsDir was preventing nimble to install the package. Should be dirExists
I have the exact same project in Windows and MacOs. While it works perfectly fine in MacOs, auto complete does not work at all in Windows. Not sure where to...
Hi, how one can activate the correct debug symbols? I have used your task and launch files and also I did added the nim-gdb.py via miDebuggerPath o launch (with MIMode:...
The following would crash nimsuggest on init: ```nim import chronos type HistoryQuery = object start: int limit: int HistoryResult = object messages: string type HistoryQueryHandler* = proc(req: HistoryQuery): Future[HistoryResult] {.async,...
#https://github.com/nim-lang/nimble/issues/1166