Ulyssa
Ulyssa
## Description While trying to create an element one row tall at the bottom of my screen using `Layout`, I noticed that it kept being shrunk to 0. You can...
This adds a new `type_separator` option, similar to the `binop_separator` option, as requested in #4979. Tests for it are included in `tests/{source,target}/type-separator-back/`. While trying to come up with appropriate tests...
I've split out the portion of #5004 that fixes #2055 into its own PR. I took a look at #4666 and found a case that it handled that wasn't in...
### Please confirm your submission meets all the criteria - [x] Please describe your application briefly. - iamb is a terminal Matrix client that uses Vim keybindings - [x] I...
The rust sdk includes support for sliding sync behind the `experimental-sliding-sync` feature. It might be worth exploring what's needed to use it to help with faster syncs.
Images taken on people's phones can sometimes contain sensitive metadata that users might not immediately realize is present, such as GPS coordinates of their current location. iamb should probably default...
[MSC3381](https://github.com/matrix-org/matrix-spec-proposals/blob/main/proposals/3381-polls.md) discusses how to implement polls. I'm not sure what creating a poll should look like (maybe starting a message with `/poll` and a markdown list?), but interacting with them...
It would be useful to have a `:devices` window that shows all of the devices on the account, along with their verification status, last seen timestamp, etc.
Some rooms require a power level greater than what most members have to be able to send messages to it. There is a [`Room::can_user_send_message`](https://docs.rs/matrix-sdk/0.7.1/matrix_sdk/room/struct.Room.html#method.can_user_send_message) that takes care of doing the...
When there are multiple profiles, and a `default_profile` isn't in the config, and `-P` isn't given on the command-line, then iamb will exit with an error asking one for one....