RblSb
RblSb
I think `Null`-wrapping is enough to make it work and to workaround annoying `On static platforms, null can't be used as basic type` error: https://github.com/HaxeFoundation/haxe/pull/10428#issuecomment-967769956 I think this makes it...
There is disabled test about it https://github.com/HaxeFoundation/haxe/pull/10513
Fixes https://github.com/HaxeFoundation/haxe/issues/1989
I think this still should be fixed for private fields, reopen please
You cannot generate filled non-nullable Vector in instance after `new Vector()`, so there is both (see https://github.com/HaxeFoundation/haxe/issues/8040#issuecomment-495991325).
Is this will be required to fix to get documentation for 4.3 release?
After many silly years i finally found how to make strictly typed event listeners with haxe: https://gist.github.com/Simn/1f5f58d5f19466b8d2b7 (from https://github.com/HaxeFoundation/hxnodejs/issues/21) And its even better with haxe 4: ```haxe enum abstract MyEvent(Int)...
Also, for `interp` on completion for `Foo.h` you will get `import Foo.hi; ... hi|` instead of simple `Foo.hi|`. I don't think that this behaviour is better for most cases, what...
Any other name instead of `Foo` doesn't work too. You also do not need `client` subfolder, feels like it's just doesn't work for js...
What is best way to debug completion responses to detect if something is compiler or ide fault?