Jan Heuermann

Results 26 issues of Jan Heuermann

This came up via https://github.com/jotaen/klog/pull/188 by @rkj. Consider you have a file: ``` 2020-01-01 Workday 8:37 - 11:59 12:48 - 15:23 -15m ``` If you print that via `klog print`,...

ENHANCEMENT

`futureLocation` in `` is a good candidate for unit testing, because it contains testable and self-contained logic. We’d need to pull it out into a module and import it.

enhancement
medium

We currently have two overlays that can dynamically grow vertically: Debug Logs and Virtual Media. This is inconvenient, because the overlay content might push actions out of the view port,...

bug
medium

After you click a random key (say “A”) on the virtual keyboard and then press “space” or “return” on your physical keyboard, it sends the following sequence: `Space`, `A`. That’s...

bug

Currently there is no way to adjust the remote screen size independently from the browser window. It would be useful if there were predefined options for the sizing. Those could...

enhancement
medium

If you open the page in the browser after TinyPilot has booted but before the backend serves, you see the generic ngnix 502 status page. It would be cool to...

enhancement
medium

As pointed out in https://github.com/mtlynch/tinypilot/pull/708, we could avoid some repetition in our dialog components by pulling out a generic progress state into the ``. The dialogs would emit events `DialogProgressStarted`/`DialogProgressFinished`...

enhancement

As pointed out in https://github.com/mtlynch/tinypilot/pull/708, when an error occurs in a dialog, the user effectively hits a dead end. In order to start over they have to close the overlay...

enhancement

In `controller.js` in the `shutdown()` we have: ```js fetch(/*........*/) /* ....... */ .catch((error) => { // Depending on timing, the server may not respond to the shutdown // request because...

bug

As [discussed here](https://github.com/jotaen/xit/discussions/10), an item group could have an additional, optional description underneath the headline, like so: ``` MONDAY Today, I need to really need to take care of the...