Fix Rust Status Bar #36

Closed
opened 2025-11-21 15:05:49 -05:00 by mysticmomba · 2 comments
Owner

Currently, the status bar from the Rust library stops the python GIL, and shows up through the textual TUI. This breaks the seamless UI component/look of the program.

Currently, the status bar from the Rust library stops the python GIL, and shows up through the textual TUI. This breaks the seamless UI component/look of the program.
mysticmomba added this to the Version 1.0.0 Release milestone 2025-11-21 15:05:49 -05:00
mysticmomba added the bug label 2025-11-21 15:05:49 -05:00
mysticmomba self-assigned this 2025-11-21 15:05:49 -05:00
Zarithas was assigned by mysticmomba 2025-11-21 15:05:49 -05:00
mysticmomba added reference RustImplementation 2025-11-24 10:37:54 -05:00
mysticmomba started working 2025-11-25 08:39:02 -05:00
mysticmomba worked for 14 minutes 2025-11-25 08:53:45 -05:00
Author
Owner

I'm also going to fix the progress by ignoring the date from the first generated checkpoint by the script, and we will use the date from the first checkpoint received from airlock to be the lowest point in the progress bar.

I'm also going to fix the progress by ignoring the date from the first generated checkpoint by the script, and we will use the date from the first checkpoint _received_ from airlock to be the lowest point in the progress bar.
mysticmomba referenced this issue from a commit 2025-12-04 11:57:56 -05:00
mysticmomba referenced this issue from a commit 2025-12-05 17:19:47 -05:00
Collaborator

Mostly fixed now by 797d0f4462

While the text shows through, i'm blanking the screen in order to have a clean landing. Removing excessive debug messages next push should clear up some of of the "INFO" messages that are popping up over the ui.

Mostly fixed now by https://git.racooncity.org/brotoskyj/AirlockTools/commit/797d0f44627cd4668410db94a5cd6ae530bfd351 While the text shows through, i'm blanking the screen in order to have a clean landing. Removing excessive debug messages next push should clear up some of of the "INFO" messages that are popping up over the ui.
Sign in to join this conversation.
2 Participants
Notifications
Total Time Spent: 14 minutes
mysticmomba
14 minutes
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mysticmomba/AirlockTools#36