Jonathan de Jong
Jonathan de Jong
Partially re: https://github.com/dalek-cryptography/ed25519-dalek/issues/17#issuecomment-471858944, I'm currently coming across the problem of seeing all `{to,from,as}_bytes` functions documented with nothing more but stubs. I do, for example, not know if the formatting of...
While the build instructions on this repo are very good, I think that for the software to reach a wider audience (and to be more easily usable), the releases should...
> This pragma returns one row for each column in the named table. Columns in the result set include the column name, data type, whether or not the column can...
[Rendered](https://github.com/ShadowJonathan/matrix-doc/blob/account-data-delete/proposals/3391-account-data-delete.md) Implementations; - Synapse - PR: https://github.com/matrix-org/synapse/pull/14714 (design: https://github.com/matrix-org/synapse/issues/14244) + https://github.com/matrix-org/synapse/pull/15562 (add an unstable features flag) - Ruma - #TBD - JS SDK - https://github.com/matrix-org/matrix-js-sdk/commit/b2a10e6 - Element iOS - https://github.com/vector-im/element-ios/pull/7164...
[Rendered](https://github.com/ShadowJonathan/matrix-doc/blob/action-join-knock/proposals/3780-action-join-knock.md) Resolves https://github.com/matrix-org/matrix-spec/issues/1015 Implementations; - JS SDK (#TDB) - Nheko ([source](https://github.com/Nheko-Reborn/nheko/blob/ff6e4826e42dadc418e77e6d7ee02481cc6a4008/src/ChatPage.cpp#L753-L754)) `Signed-off-by: Jonathan de Jong `
[Rendered](https://github.com/ShadowJonathan/matrix-doc/blob/federation-versions/proposals/3723-federation-versions.md) Implementations; - https://github.com/matrix-org/synapse/pull/11978 - https://github.com/ruma/ruma/pull/895 `Signed-off-by: Jonathan de Jong ` Fixes matrix-org/matrix-spec#267 Preview: https://pr3723--matrix-org-previews.netlify.app
Currently, when trying to convert or use heed for `?`-error purposes, i get the following; ``` error[E0277]: `(dyn std::error::Error + 'static)` cannot be shared between threads safely --> tools\migrate\src\main.rs:17:68 |...
This is a tracker/reminder issue about bundling the [swisseph data files](ftp://ftp.astro.com/pub/swisseph/ephe/) into `pyswisseph-data-*` packages, to make it easier for users to access different datasets dynamically through pip itself.
While investigating my database size, I found that `state_groups_state` and `state_groups` hold many stale entries that reference old rooms that have long since been removed from `rooms` and all related...
This implements https://github.com/matrix-org/matrix-doc/pull/3723. ### Pull Request Checklist * [x] Pull request is based on the develop branch * [x] Pull request includes a [changelog file](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be...