Jarrio

Results 21 comments of Jarrio

Ahh, no, i was bumping for the maintainers. This has kind of been sitting idle for a lil while and it works fine. I was about to do the same...

@kLabz It enables http support on the nodejs target ```hx var http = new Http('https://google.com'); http.onData = (resp) -> { trace(resp); } http.request(); ``` Currently does not work, with this...

maybe worth just setting them up as a github pages thing?

I'm using mp3's and have this problem on Android 7.1.1. I tried the above and it didn't fix it for me unfortunately

I thought a typedef might have been able to be a good workaround but that also failed ```haxe typedef Foo = Velocity ```

To continue the conversation from the issue, sure it "can" be implemented by the user. But something like a simple reverse iterator seems like an unnecessary thing to "require" a...

Just a follow up, I'm able to compile on 4.3.6

Can't seem to repro on latest nightly