Chip Hogg
Chip Hogg
We strive to be "easy to use correctly; hard to use incorrectly". Right now, one significant way the library is "easy to use incorrectly" is to do with very different...
As mentioned in #38, it's not our intention to restrict Rep to built-in arithmetic types forever. This issue tracks the idea of defining a separate trait which specifies _exactly_ which...
When I wrote `make-single-file`, I didn't realize we were going to be getting a hermetic python version. We should migrate the script implementation to a proper python rule which uses...
This is a long-standing wish list item. We have some Aurora-internal design sketch notes which we could build on, but such as they are now, it's not really enough to...
### Description If this was an intentional change, it'd be great to at least get the option to change it back. I'm accustomed to being able to quickly create a...
### Description In previous versions of Zettlr (e.g., I had been on 2.3.x previously), I was able to click on the "Tags" button, and immediately start typing to filter for...
### Description When I click a checkbox, and do the `Ctrl-S` shortcut, it doesn't save the file. However, if I click outside the checkbox to focus some regular text, then...
We've been calling the version on Windows Server 2022, "MSVC x64 19.35". Well, apparently it's now running 19.40, not 19.35. If this can change without our knowing, then putting the...
A `Magnitude` is _defined_ to be a _real_ number. But users can ask for its value in, say, `std::complex` (either explicitly or implicitly). This is a problem, because in computing...
Soon, we plan to support CMake (#215). We won't use globbing, because that's a can of worms. But several bazel targets _do_ use globbing, so we need a way to...