tobil4sk
tobil4sk
> see https://github.com/HaxeFoundation/hashlink/commit/df1828b208137c35c43aaf93d00941774d998f9b The more relevant commit for the limit being added is the neko one, as that is where the hashlink version was ported from: https://github.com/HaxeFoundation/neko/commit/9dcc5e89e86060eb4f195455a48084ff9c52f861 > Since this...
@ncannasse Would it be possible to have the linux/mac binaries added to the github releases now that they are generated by github actions? Seems a shame not to make use...
They are all available here: https://github.com/HaxeFoundation/hashlink/actions/runs/2240257409 In the [Artifact section](https://github.com/HaxeFoundation/hashlink/suites/6300624806/artifacts/225868235) in the same download.
Thanks for the tips! I haven't yet tried 0.6.21, I'll have to give it a go when the repositories for my distro are updated. `docker-compose -f test/docker-compose.yml up -d` was...
Thanks! That has fixed the website. Running regular haxelib commands with this server now works, and when I try to run the integration tests normally just by compiling `integration_tests.hxml` and...
Just a minor correction to what I said, this is what I run to do the tests (locally instead of via earthly): ```sh export HAXELIB_SERVER=localhost && export HAXELIB_SERVER_PORT=80 \ &&...
It would also be useful to use option flags for the many options that can be passed into `haxelib git`, because sometimes you might want to specify the sub directory...
This should now be fixed for non-windows systems as well in the next insider build: https://github.com/microsoft/vscode/pull/158666. The issue only occured when the process PWD contained the folder with the same...
One thing that's stuck out to me for a while is that some of the "in case you missed it" sections are collapsible, whereas others are just regular headings. Is...
They seem to use different heading levels: https://github.com/skial/haxe.io/blob/a64c7edfaac786c6c388473fcd2893cf489c992e/src/roundups/648.md?plain=1#L17 vs https://github.com/skial/haxe.io/blob/a64c7edfaac786c6c388473fcd2893cf489c992e/src/roundups/648.md?plain=1#L58