William D. Jones

Results 188 comments of William D. Jones

>My compliments on the wonderful bug report and such a thorough abundance of information. I appreciate this more than you know. Creating that test case was rather stressful/not enjoyable. I...

@davidgiven Yes, my mistake: `nasm -f obj` does indeed work. I could've sworn you could build with `-f bin` and still have access to segments, but in retrospect I guess...

>Ideally I'd write my own but the 8086 instruction encoding is a nightmare... Maybe it can be written in Cowgol :). Uhh, for prototyping any assembler/linker, I'd prob choose Rust...

I found a way to force Visual Studio to always rebuild. This is of course, the opposite of what we want :D. But it does confirm that MSVC uses different...

A solution like this makes `MSBuild` work the way I want: ```diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index bc191f43..258a7db4 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -107,15 +107,39 @@ - - - -...

I keep forgetting that the js library versions are pinned (and for good reason; `SolvespaceControls` doesn't work with the current version of THREE.js- on my todo list): While I think...

I would personally still be interested in 32-bit ARM binaries, if only to avoid _any_ extra manual work of having to install binaries and have new versions of the VSCode...

@jonas-schievink The pre-release appears to be working correctly on my SBC, thanks for adding it! ``` INFO [8/1/2022, 8:58:14 PM]: Using server binary at /home/wjones/.vscode-server/extensions/rust-lang.rust-analyzer-0.4.1154-linux-armhf/server/rust-analyzer ``` ```sh wjones@DietPi:~/src/rust/pi-ctl$ uname -a...

https://github.com/rust-lang/rust-analyzer/issues/13081 may apply to this issue as well- it does on my SBC running Buster. I'll upgrade to Bullseye soon. However, the plugin itself downloads the binary just fine (which...

@jamesmunns It lives here: https://github.com/pftbest/msp430g2553