Lorenzo Rossi
Lorenzo Rossi
It's not unusual to have wasm-pack packages exported with different names, and since this is not yet supported by wasm-pack people have been using sed to replace the "name" field...
Hello, is it possible to also add an aarch64 build with the releases?
Hello, I'm building a non-torrent open-source project using webtorrent trackers, I try to be as polite as possible (only one persistent connection is present, the other players disconnect once a...
Currently, trough the raw-api feature a lot of custom APIs can be built. There is though no easy way to replicate what `DashMap::_get` and `DashMap::_get_mut` do internally since `Ref::new` and...
Closes #24 I have yet to test this deeply (I intend to build a PoC Noise Channel), this is tested with XXfallback and it seems to work correctly. This is...
- [x] Tested on all platforms changed - [x] Added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users - [x] Updated documentation to reflect...
Hello, I've been developing a Proof of Concept protocol indistinguishable from random data, as described in [Noise - Handshake Indistinguishability](https://noiseprotocol.org/noise.html#handshake-indistinguishability). To make this a hash-to-point, inverse elligator2 mapping is required....
Hello, while writing a project I noticed some bugs in boost handling in range/date parsing
Hello, thanks for this library! In my project I'm trying to create a query aggregator using multiple indexes (take a query, run it on multiple searchers, aggregate the results). It...
When an android app calls `event_loop.exit()` the application exits, but if the application is opened again without closing it in the "recent apps" the EventLoop creation will fail with a...