Austin Jones

Results 55 comments of Austin Jones

This is interesting. Multiple tasks will need to share a lifeline value.

Yeah, I think the tokio behavior is there because writing a broadcast channel with back-pressure is **difficult**. The only contetxt that dropping might make sense is in audio/video processing apps...

This is a great idea! Thanks for the suggestion 💯

Hmm, there is an obstacle here. I use the [atomic](https://crates.io/crates/atomic) crate a lot for atomic enums. Unfortunately, it doesn't support loom. I think I'll need to write my own enum...

Hey @casonadams, Sure! This one will be pretty cool I think. So, the idea is that you'd often have some kind of configuration for `mytab/` - with some working dir/config....

This would probably be resolved by #62

Ah, interesting. This would be a nice feature. The 'current directory' context was something I added for the fuzzy finder, so that switching between workspaces was more intuitive. It could...

@lilydjwg Hmm, that might work! I've been trying to keep the files that tab touches to static list, so that it can clean up after itself with future versions of...

Yeah, the best workaround at the moment is to `exit` or `tab -w my-tab`. I was testing this and it has many 'screen corruption' bugs due to incorrect cursor position...

Hi @arthur-s, Thanks for the feature report! I'm not sure I can fit this in v0.6.0, but I think this would be a nice improvement.