Ivan Enderlin
Ivan Enderlin
This is not a secret that Element Web will use `matrix-sdk-crypto-js` in a near future. This meta issue provides a list of additional features we want to see in `matrix-sdk-crypto-js`...
Hi :-), I am looking for a safe LLVM bindings library. This one looks great. How do you compare with [`llvm-alt`](https://github.com/TomBebbington/llvm-rs)?
When reading little-endian bytes in `readLEB`, each byte is `&`-ed to `0x7f` twice. To see it more cleary, let's unfold the loops for a single byte; we obtain the following...
Based on the `README.md`, `get-field` has 2 arguments: `type` and `field-index`. The parser in `webIDL.js` doesn't reflect that since it reads 2 LEB. This patch fixes the first argument type...
Asked by @Grummfy. Any volunteers? I can help of course! /cc @hoaproject/hoackers
Asked by @Grummfy. Any volunteers? I can help of course! /cc @hoaproject/hoackers
### Steps to reproduce When trying to recover my keys, it stops at 18'600 or so, so a thousand are missing. ### Outcome #### What did you expect? To recover...
`unicode-linebreak` 0.1.5 has been released. It removes the `build.rs` script (it's moved in another separate internal crate). Moving to 0.1.5 removes the following dependencies from the tree: * `ahash`, *...
This PR is a work-in-progress. It explores an experimental data structure to store events in an efficient way. Note: in this comment, I will use the term _store_ to mean...