Tait Hoyem
Tait Hoyem
I'm going to say for now, avoid keybindings. How that's done needs to be completelt rewritten.
Yes, that is a reasonable assumptuon. Even something like the welcome message would be good right now.
I'm fine with Odilia having more dependencies. Go ahead.
Yes please
Ok, what about this: 1. `Event -> MixedStateView` (`MixedStateView` is any state we will need to read *or* write to, and it holds a lock, not a reference to each...
At this point, I'm considering running everything on one, synchronous thread.
The hot fix applied between `v0.1.0` and `0.1.1` is the perfect example of an issue which could have been caught by testing more code. The bug that was solved in...
Blocked on https://github.com/odilia-app/atspi/pull/82; planning to merge before the end of the month, hopefully.
Testing only needs to be done on event handlers in `odilia/src/main.rs`; test input events (you'll have to construct them yourself), and call the handling functions (they are loaded into Odilia...
Another thing to consider: threre is a reasonable chance that plugins may want to communicate with one another. I'm not sure how to cover this case easily.