Maximilian Merz

Results 4 issues of Maximilian Merz

Hi, I would very much appreciate the ability to archive certain chats: **Problem:** I have a long chat list in which a lot of chats are not active anymore –...

INDDGO crashes on Ubuntu 16.04.1 LTS when called on the following dimacs file with `-nice` and any of `-minmaxd`, `-amd`, `-beta`, `-bmf`, `-minf`, or `-mmd`: ``` c dimacs graph c...

Helix has tree-sitter grammars for languages `hare`, `wren`, and `gemini`, but they are disabled by default in [`languages.toml`](https://github.com/helix-editor/helix/blob/dbaa6366834790cda0bd92ea8971fec9ae9b601b/languages.toml#L4), because of unreliability issues with their repositories (see #9316): ```toml use-grammars =...

C-enhancement

**Steps to reproduce:** Define a Theorem environment and manually specify the number (with `#theorem(number: "3a")[...]`). In references to this theorem, the number will be missing. ```typst #set page(width: 10cm, height:...