justarandomgeek
justarandomgeek
Doing automatic switching between generated and original source is not an acceptable fallback, it would be a *terrible* experience for the user and would significantly and unacceptably reduce the debugging...
it's a bit of a hack, but i've found you can do this: ```asm #bankdef struct { #bits 32 #addr 0x0000 #size 0x0010 } #bank struct #addr 0 structNameA: .memberA:...
Perhaps a sponsorship link so we can motivate quicker work? :)
No that is not the case, when i ran it on my Surface Pro X, it only offered the 32 bit versions for installation.
This presumably is a result of the 32bit installer seeing the x86 emulation environment and not being aware that x64 emulation is also available.

it *might* just need `arm64` added to `ArchitecturesInstallIn64BitMode` to give us the x64 binaries on arm64 systems at least, but i'm having some trouble getting it to build myself... https://github.com/sonosaurus/sonobus/blob/main/release/wininstaller.iss#L12
Any idea when this might happen? would be really nice to have the right bitness version available on the laptop! (And the x64 emulation is significantly more efficient than the...
It'll get there eventually - i need to finish renaming the package first so i can publish it as the correct name when i add that.
This seems to be related to the recent changes in LuaLS checking for libraries: https://github.com/LuaLS/lua-language-server/issues/2419 https://github.com/LuaLS/lua-language-server/pull/2354 I've found setting `"Lua.workspace.checkThirdParty": "ApplyInMemory"` seems to work well, but i'm not sure i...