tobil4sk

Results 165 issues of tobil4sk

Ever since haxelib was updated to use threads on neko, it has been segfaulting randomly in github actions. e.g. ``` Command: haxelib [git,utest,https://github.com/haxe-utest/utest,master,--always] Installing utest from https://github.com/haxe-utest/utest branch: master Library...

Closes #283. Now gives a more informative error if the stack check fails, instead of the generic `Invalid module` error. I'm not sure about what line 554 does, so I...

Closes #211 `strftime` crashes on Windows if it receives invalid parameters, so we need to manually validate the format parameter to avoid crashing. See: https://stackoverflow.com/a/64328476 https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/strftime-wcsftime-strftime-l-wcsftime-l?view=msvc-170#remarks https://en.cppreference.com/w/c/chrono/strftime

Fixes the error: `neko: error while loading shared libraries: libneko.so.2: cannot open shared object file: No such file or directory` which happens when installing to `/usr/local/`, the default location when...

Currently, when running `format.swf.Writer`, at the end, a memory block the size of the entire swf file is allocated: https://github.com/HaxeFoundation/format/blob/318e49a55f45a836b3fd8ab41215f3649046dfa8/format/swf/Writer.hx#L1450-L1452 This can cause issues with large swfs, for example: https://github.com/openfl/lime/issues/1307....

Current version of mbedtls used for windows is 5 years behind on updates.

Since the binaries are currently compiled on Ubuntu 18.04 which has mbedtls 2.8.0, ssl.hdll is linked to `libmbedtls.so.10`. Ubuntu 20.04 has `libmbedtls.so.12`, and Ubuntu 22.04 has `libmbedtls.so.14`, which is the...

Hashlink's rpath settings have been a mess for a while, which has caused various hdll loading issues in the past. It would be good to finally solve this issue properly...

Technically this shouldn't have been an issue anyway, but homebrew does a check to make sure all binaries that are linked to dynamic libraries can definitely load their linked libraries....