Results 13 comments of Graham Bates

I've fixed the lint errors and added some tests. The failing check is due to use of the spread operator in a dependency (strong-globalize) which breaks compatibility with node 4....

In getting my tests to work I've also fixed an issue where the serializer did not handle optional polymorphic belongsTo relationships. It would trigger an error where the discriminator value...

I've been having a go at porting the WinUAE changes to FS-UAE. I've made a fair bit of progress on this branch: https://github.com/grahambates/fs-uae/tree/barto Main changes so far are: - Making...

Also possibly relevant: I have a working cross-platform version of [Kingcon](https://github.com/grahambates/kingcon), which I see is used in the project template.

Unfortunately building with the lastest version of emscripten results in this issue https://github.com/tree-sitter/tree-sitter/issues/1788.

We do currently bundle `libSDL2_ttf-2.0.so.0` in the linux dir. I'll look into why this isn't being loaded in this case.

No, the path names which contained version numbers were wrong at some point, but that was fixed before the current release. What's supposed to happen is that the extension chmods...

I'm a bit stumped on this one. I'm wondering whether maybe it's happening in a specific state when updating from 1.6.7 -> 1.6.8 where it's running the new code, but...

I'd guess that some of the other bundled binaries are still not executable and it's falling back to a system version on your path.

Make sure you `chmod +x` all the following: ``` elf2hunk exe2adf fs-uae/fs-uae opt/bin/* opt/libexec/gcc/m68k-amiga-elf/12.2.0/* opt/m68k-amiga-elf/bin/* Shrinkler vasmm68k_mot ```