a-0-dev
a-0-dev
Implemented features (for now): - Send to single matrix IDs or to all mxids matching a regular expression - Uses pagination when sending to multiple users (batches of 100 by...
I'm starting to use svelte-preprocess with webpack and tailwindcss. When running the dev server, warnings about unused CSS selectors appear, such as the following one: ``` WARNING in ./src/App.svelte Module...
The following snippet is formatted using rustfmt. ```rust match Some(1) { Some(number) => ( "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", number, ) .to_owned(), None => ("test", 0).to_owned(), }; ``` In my opinion, this is not...
I suggest implementing `IntoIterator` for `NamedRows`, as proposed in #206 . Since I cannot sign the CLA, the pull request doesn't make much sense. So I opened this issue to...
As `Transaction::insert(...)`'s documentation comment states, the function returns a `ConflictError` if the ID of the document already exists. Since this function is buried deep down in `BonsaiDB`'s code, I would...
I'm trying to store a session (or, its destination) for later reuse, so my b32 address doesn't change all the time. However, this fails with the error "Invalid destination key:...
I kind of rely on the RSS bot to send messages of a feed into a room, however some messages are dropped if there are errors (such as the homeserver...
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature. * Please don't comment if you have no relevant...