Shahar Marcus

Results 71 comments of Shahar Marcus

About closing - I think the error message should be changed. I reported this as an issue here because it seemed as a bug. Changing the error to something in...

Tbh I got to fixing it, it's just that all of the conditionals are redundant and the isated code is causing the issue. For now I'm just using another version...

It's the one on my haxelib (texter), I link the github 9ne cause it's more comfortable to read: https://github.com/ShaharMS/texter/blob/main/src/texter/flixel/_internal/FlxInputText.hx

I'm not sure, but I remember haxe not allowing you to assign class level vars to null, it might also be why you're crashing - ita not an intended behavior

For once, i think i have a viable idea: You can have a file named `TCombos.hx` at `src/_internal` (to hide it from intellisense), which is going to contains all of...

about runtime ovehead: if you dont abuse it on static targets it shouldnt be that bad, but it should be minimized. on dynamic targets it shouldnt effect anything. so, you...

thats so strange - CI fails when trying to install from haxelib. happened to me like 2 days ago too... what is going on?

it is working for windows tho 🤔 can you rerun CI @Dimensionscape?

> Ok, [I went ahead and implemented the JS fix](https://github.com/ShaharMS/lime/pull/1), and it works pretty well. The question is, should it be part of this pull request? It's technically a breaking...