Joey

Results 222 comments of Joey

> One issue is that `LoopRunMode.Default` prevents users from returning from the `listen` method (param `blocking:Bool`): > > ```hx > function main() { > new weblink.Weblink().listen(2000, false); > trace("hello!"); //...

Perhaps it's an issue on the go side can you run this command and show the output: ```sh go run . ./scripts/hxb . ```

@kLabz try latest, not finding ``StdGoTypes`` should be resolved now, it was an oversight my bad.

Oh wonderful! That's great, must have been something up with nodejs 😅 I switched it to use the interp compiler.

Got an initial working version of hxb for the same build and run! Now working on trying to get it to work across different build and run contexts. I am...

I bisected it some more, and I believe it has something to do with casting (the UInt64 is being turned into a UInt8 instead of what I expect the behavior...

Here is some great news, I managed to get an hxb system working with a different main class then the creation of the hxb one. I did a simple hello...

Update: was incorrectly unzipping and rezipping the hxb zip and caused a false positive of deleting a file within the archive. Haxe version: 5.0.0-alpha.1+8e784fb getting an error related to the...

Wonderful! With Haxe version: 5.0.0-alpha.1+48aaef0 ### Without ```sh name | time(s) | % | p% | # | info -------------------------------------------- analyzer | 2.904 | 28 | 28 | 816305 |...

Held up on this: https://github.com/HaxeFoundation/haxe/issues/11512