jimmycuadra
jimmycuadra
This patch changes the `path` parameters to functions from `&str` to `AsRef`. The benefit of doing this I see is: 1. The same function will be able to accept several...
While writing a function to add Hitch info to my bash prompt, I was piping the output of `hitch` to `cut`, and wasn't getting any output. At first I thought...
To maximize user control and the utility of open source plugins, there should be a way for users to declare custom routes that invoke particular functionality in a plugin. The...
Name ("real name" in Slack) and mention name ("username" in Slack) should be automatically assigned with the values in the Slack integration config when the bot connects.
If you are running the development server, stop it, and then start it again (via `cargo run`) without any changes to Rust source code, it should run the existing executable...
The Rust build in CI has been failing on every PR and every merge for a while. It errors during the "download ffmpeg artifacts" step with the message "Failed to...
- Version: 2.0.5 - Rollup Version: 2.66.1 - Operating System and version (if applicable): macOS 11.6.2 - Node Version (if applicable): 17.3.0 - Does it work with `tsc` (if applicable):...
I'm creating this issue as a place to keep track of the things in the Rust and Matrix ecosystems that are completely blocking or slowing the progress of Ruma (the...
I've been trying to think of ways to work on the project while we wait for async/await and the async library ecosystem to settle, and it occurred to me that...
## Spec https://matrix.org/docs/spec/client_server/r0.2.0.html#get-matrix-client-r0-sync ## Parameters - [x] since - [x] full_state - [x] filter - [ ] timeout - [ ] set_presence ## State - [x] next_batch - [x] presence...