tobil4sk
tobil4sk
> Website seems ok? (and updated) If so, can close https://github.com/HaxeFoundation/code-cookbook/pull/180 Looks good, I'll close it
> There's no problem anymore with how nekovm is deployed though? I don't think https://github.com/HaxeFoundation/code-cookbook/pull/178 is wrong, and looks less weird than this git user thing 🤔 Yeah #178 is...
No longer needed as #178 has been merged and deployed.
As a contributor, you should still be able to publish the package, you just cannot change the order of contributors. The owner is the first person in the contributors array....
You cannot change any of these fields if you're not the owner: https://github.com/HaxeFoundation/haxelib/blob/5a836287828fdaeb6aa91695a5eb399cee0f6640/src/haxelib/server/Repo.hx#L286 But other than that you should be able to upload.
> I'm gonna go back to this, I copied the file and tried to upload the haxelib, and it didn't let me > the haxelib file always marks me as...
> hx-lua-simdjson library is failing to build, and at this point I give up because this repository is abandoned, never had 32 bit support, and likely never built properly for...
I've sent some upstream patches to lua-simdjson which allow it to compile both on windows and on unix: https://github.com/FourierTransformer/lua-simdjson/pull/82. Previous patches got windows working but broke mac/linux builds. If we...
I had to send a few more bug fixes upstream to get the haxe unit tests passing, but everything seems to be working now! Windows support in hx-lua-simdjson is now...
Could this be because it's emulating x86_64 on arm64 (because we're using macos-latest)? We could check if it's faster if we go back to macos-13 which should still be x86_64...