Chip Hogg

Results 50 issues of 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...

:file_folder: kind: cleanup
:muscle: effort: medium
:arrow_down: affects: code (interfaces)

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...

:file_folder: kind: enhancement
:muscle: effort: medium
:arrow_down: affects: code (implementation)

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...

:file_folder: kind: cleanup
:muscle: effort: medium
:arrow_down: affects: repo or tools

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...

:file_folder: kind: enhancement
:muscle: effort: epic
:arrow_down: affects: code (interfaces)

### 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...

bug

### 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...

bug
good first issue

### 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...

bug
good first issue

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...

release notes: ⚙️ repo

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...

:file_folder: kind: enhancement
:muscle: effort: medium
:arrow_down: affects: repo or tools