David Glasser
David Glasser
**Is your feature request related to a problem? Please describe.** The Helm chart allows you to specify extra environment variables as a list in `extraEnvVars`. This design makes sense, as...
The test axum_factory::tests::test_supergraph_timeout does not use an ephemeral port, so `cargo test` fails if port 4000 is in use (for example, if you just happen to be running a router...
In One Button mode, clicking the arrow or star clues toggles between unshaded and blank. But in L/R buttons mode, left-clicking clues does absolutely nothing, which seems unhelpful.
It would be great if there was a feature that showed you all the active keybindings, especially in the editor! Some of them are reasonably obscure and non-mnemonic, like `q`...
When discussing grid puzzles one often wants to refer to cells by row and column number, which involves a lot of manually counting. It would be great to have a...
The puzz.link puzzle solver has different functionality if you're logged in vs not (saving your "done" status) but there's no way to tell when solving if you are logged in....
I am colorblind and find the yellow and green chosen for the slitherlink in/out colors to be challenging to distinguish. Would it be possible to change one of the colors...
This makes the green color used for qsubcolor1 (eg, for slither) darker and thus more distinguishable from the yellow used for qsubcolor2 by people with some forms of colorblindness. The...
When doing a logrus.Fatal or logrus.Panic, it would be good if an async hook got flushed. With Fatal, this is doable because you can use logrus.RegisterExitHandler to call Flush. But...