Benjamin Pollack

Results 34 comments of Benjamin Pollack

I can grab this. There's really two pieces here: 1. First, `factor.exe` needs to be tagged system-DPI aware, which mostly just involves adding a manifest and a _very_ minor amount...

Work on this is going on in https://github.com/bpollack/factor/tree/hidpi. I've got a working manifest (though I haven't yet altered the build process) and have added the relevant functions. Will try to...

Did you make more progress on this @erg? I'm up for giving it another shot this weekend; I'll have some downtime for once. I think we "just" need to double...

As someone who wrote C++ full-time for almost a decade, I'm with dzone, for whatever it's worth

Emphasizing that I do not think that CMake is a great piece of software, I feel obliged to point out that going to CMake instead would give us a bunch...

This same issue exists in its own way in the debugger, by the way. While locals are preserved in `see` calls, they are translated to `load-locals`/`get-local`/`set-local`/etc. in the debugger. This...

Are you describing fixed-point arithmetic? If so, I don't quite get what the difference would be here versus `ratio`, since any fixed-point number could be represented as `n+m/10^p`. I can...

This is honestly how I _want_ TOML to work, so I'm half-tempted to suggest we just call this TOML+ and close it. 🙃

If you can walk me through what was missing, then I might know a workaround, or at least a way to approach it (at least for OpenBSD).

Correct enough for government purposes. To clarify, not to be annoying, but just in case it changes anything: Windows supports symlinks when Developer Mode isn't enabled, and has done so...