Block a user
100 shell autocomplete, type fixes, Pillow deprecation cleanup
AramJonghu
synced commits to refs/heads/main at AramJonghu/nfi from mirror
2026-05-24 23:57:37 +02:00
hotfix(cli): replace raw subprocess tracebacks with styled error messages and fix restart race condition
Changed it.
Tune transparency scale impact on luminance scaling
Resolved in my book. Inspected the difference as well.
hotfix(cli): replace raw subprocess tracebacks with styled error messages and fix restart race condition
Is that not okay for a rare command as restart?
We could change the loop to check every 250ms instead, so it is 10 checks instead of 50.
AramJonghu
synced commits to refs/heads/main at AramJonghu/nfi from mirror
2026-05-24 07:47:35 +02:00
AramJonghu
synced commits to refs/heads/laptop at AramJonghu/hypr from mirror
2026-05-24 07:37:36 +02:00
hotfix(cli): replace raw subprocess tracebacks with styled error messages and fix restart race condition
You may resolve conversations if satisfied.
hotfix(cli): replace raw subprocess tracebacks with styled error messages and fix restart race condition
It was to have separate tests. Simpler in my eyes (at least at time of writing). I can simplify it by having a start_instance() that start uses outright, and is reused by restart. This could…