zifeo / whiz

Modern DAG/tasks runner for multi-platform monorepos with live reloading, env management, pipes, and more in a tabbed view.
https://metatype.dev/docs/reference/ecosystem?utm_source=github&utm_medium=about&utm_campaign=whiz
Mozilla Public License 2.0
19 stars 14 forks source link

Overscroll after end of program #115

Open Yohe-Am opened 6 months ago

Yohe-Am commented 6 months ago

Not sure what causes this as it only occurs in certain scenarios but observe the following gif at the start of which I'd just "reloaded" the pane:

Recording 2024-01-23 at 03 32 16

The blank output you see afterwards is the overscroll and I have to page-up multiple times to return to the actual end of output.

whiz.yaml doesn't contain anything exotic and is shown here.


meta:
  env:
    MCLI_LOADER_CMD: pnpm -C ./api/ exec tsx
  watch: ./api/typegraph.ts
  command: meta deploy -f ./api/typegraph.ts --allow-dirty --create-migration --target dev