Alex Butler
Alex Butler
This would be nice. My currently thinking is to wait for rust-analyzer to start riding the rustup release trains as we have some old code lying around that dealt with...
~Same usage as currently shown has been improved as you can apply diagnostic fixes with a click of a button.~ Add a usage example using >= v0.22
Thanks for this utility! I think it would be nice to indicate differences inside the control error somehow. Perhaps colour them **orange/warning-colour** instead of red when a subsequent bench is...
The current `PxScale` method was inherited from rusttype and defines the pixel height of glyphs in pixels. There are different ways that users would expect this work. My current thoughts:...
Considering #50 a fairly nice workaround would be to manually tweak the font v-metrics (In that case to add some extra ascent). Perhaps a `Tweak` kinda thing that allows you...
Currently history is persisted on exit. If the app is killed the history won't be up to date even for jobs completed a while before the kill. The app should...
Currently we have a button per action on a historic task. This takes up room, introduces visual inconsistency and is difficult to add to. Instead a single 'burger' menu button...
Since clones are generally meant to be rerun again and again over time, it'd be nice for the history view to allow managing these more easily. The history is currently...