33KK
33KK
I do what their site is doing
What's exactly the issue with `change cell value` and `goto foreign key`? It seems like `NuiTable` provide a way to get the cell under the cursor using `table:get_cell()` (if I...
I haven't tried, I'll look into it
aarch64 Windows doesn't build due to this, that will have to wait until ring 0.17: https://github.com/briansmith/ring/issues/1167
aarch64-unknown-linux-musl built just fine on Arch Linux, fails on Ubuntu though :shrug:
> aarch64-unknown-linux-musl built just fine on Arch Linux, fails on Ubuntu though 🤷 x86_64-unknown-linux-musl seems to build just fine, couldn't get aarch64-unknown-linux-musl working though, not sure why, works on my...
Actually no, it also fails with the same error on Arch, I was building the x86 musl target instead of aarch64
> I did some change on my version to allow using from source releases I think its better to just checkout the version tag in git
Not sure how to get musl cross-compile targets working, probably would need to build musl with musl-cross-make or use https://github.com/rust-cross/rust-musl-cross or something
I don't think the Dockerfile *in the root of the repo* should worry about downloading any code. Maybe a separate `Dockerfile.release` or something like that, or even outside of the...