Ulyssa
Ulyssa
I just saw #519, which it looks like might also address this same problem by exposing the weights directly, which would definitely be a more flexible approach.
Fixed as part of ulyssa/iamb.chat#27! Thank you for catching this, @valankar !
I've included `config.example.toml` in the `.deb`, `.rpm`, `.tgz` and `.zip` files on [the v0.0.10 release page](https://github.com/ulyssa/iamb/releases/tag/v0.0.10).
Also, please note: you do not need to copy the config file as it is! The defaults are meant to be fine as they are as long as you have...
Yep, this is something that should be improved. The focused tab and window information don't get worn out at the moment. `default_room` is used when `style = "new"` in `[layout]`....
This was fixed by @Andrew-Collins in ulyssa/modalkit#143. I have updated the `modalkit-ratatui` dependency to pull it in in #319.
It looks like the SDK doesn't support OpenID Connect yet (see matrix-org/matrix-rust-sdk#859 and the draft PR matrix-org/matrix-rust-sdk#1019), but it does seem to be on its way. Once that's merged and...
Someone also brought up [`smartcase`](https://vimhelp.org/options.txt.html#%27smartcase%27) in `#iamb-users` today. This would definitely be nice to have, along with maybe a fuzzy search option.
You can do this at the moment using the Vim keybindings `gf` (switch focus to cursor target), `f` (open a split window w/ cursor target), or `gf` (open a new...
If they're not showing up under `:spaces`, then the `is_space` method must be returning false for some reason. Are they showing up under `:rooms` instead? As for leaving a DM...