Bruno Tavares
Bruno Tavares
The default config of the DHT insntace used a localhost-only binding socket by default. It means that when the service boostraps by default, it cannot communicates with the external internet....
This is an example to test the lookup from Rust to a JS Bootstrap server. This is not complete - this is to test out the behaviour of the `peers`...
Related to https://github.com/datrs/hypercore/pull/134
Applied patch from: - https://sourceforge.net/p/keepass/discussion/329221/thread/de57e6358a/#b01d - https://github.com/IUSR/keepasshttp/commit/b94660bd33ca95f6586a835172462fb691be7822 Closes #384
Hi there, that is a really cool project! I've learned about it over SSB and I thought of giving it a try :) My first thought was to try to...
Hi, thanks for this library. We'd like to use this library on a WASM context, so I'm contributing back this changes :) This commit introduce compilation features to allow this...
Hello there folks, I'm really happy to see updates on zerotier. I've been [using and maintaining my own version](https://github.com/bltavares/terraform-provider-zerotier) of the terraform provider for about 2-3 years already and I...
In order to use the library on newer Flutter releases, we must migrate from the removed 'hashList' to the 'Object.hashAll' introduced in Dart 2.14. This is safe to in all...