Simon Krajewski
Simon Krajewski
This is probably a shell quoting issue and using single quotes might be the expected solution.
Does anyone have a small project which reproduces this behavior?
More like `Ast_inconvenience_404` amiright? But yes, a quick fix would be appreciated because this takes down our entire CI.
I just came across this as well and got very confused about the `Too many arguments` error. The problem is that this is supposed to use a static extension from...
I think this has to be worked around here by manually doing `NativeArrayTools.toArray(mData, 0, size, []);`. The `ArrayTools.alloc` calls should be type-hinted as `var out:Array = ArrayTools.alloc(size);`. I'm still not...
No I just want to avoid fragmentation.
I have `"editor.suggestSelection": "first"` in my settings because by default vscode does some retarded sort... memorize... whatever thing.
I think a general "Best practices" or "Things you may want to consider" section in the readme would be good.
This bothers me as well, but I think it's a general problem. The OCaml extension is even worse in that regard because it doesn't indicate active builds at all.