Abhishek Upperwal
Abhishek Upperwal
Steps: 1. Adding translations to `hi` directory inside [website/public/locales](https://github.com/LAION-AI/Open-Assistant/tree/main/website/public/locales) 2. Adding `hi` locale in [next-i18next.config.js](https://github.com/LAION-AI/Open-Assistant/blob/main/website/next-i18next.config.js)
credit to @Stebalien for a nice description. ### NAT Traversal w/ TURN-like protocol The almost-always works answer is: 1. Enable the circuit relay protocol (the EnableRelay option). 2. Pick some...
`publish` needs a protobuf serialiser with predefined data standard before sending the data to the wire. There are multiple use cases where dynamic data standards are required and JSON could...
Currently go-mesh only support QUIC which is not yet finalised and ready for production. If we update QUIC almost all the running nodes are deprecated and needs to be updated....
Logs stop printing if connection to bootstrap node fail.
Currently, subscriber service has a global context. We would need a local context per topic which could be used to terminate go routines working on each topic subscriber. https://github.com/pravahio/go-mesh/blob/cd976277a5db44a8c8f39fd4ffc234ac6bceb1fc/service/subscriber/api.go#L48-L65
This would include: 1. Unregistering from the remote access (blockchain) 2. Close the subscription channel
**What's happening:** bootstrap `dht` resolves the new peer but only gives private IPs which are undialable. **What's expected:** bootstrap node should preserve the public IP as well and `Found Peer`...