Rémi BARBERO

Results 12 issues of Rémi BARBERO

Signed-off-by: D4ryl00

🔍 Ready for Review
enhancement

Close store correctly with their goroutines Signed-off-by: D4ryl00

bug
🚧 WIP

The goal of this PR is that Messenger will be the main interface for push notification. So weshnet will no more be aware about push notification, but it will be...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Berty product Mobile app ### Berty product version v2.464.0 ### OS iOS ###...

bug
verified

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package version current ### Golang version go1.21 ### Bug description This test fails...

bug
verified

This PR: 1. adds `gnodev` in the Dockerfile. We think `gnodev` should be deployed easily since it is an unavoidable tool to code realms. 2. adds `curl` in the `runtime-base`...

This PR updates kubo to v0.29.0 and its dependencies. Because there are a lot a break changes between the previous version and this new one, a lot of fixes were...

Hi! I encountered an error on a server stream call that is not well documented. The full discussion is here: https://github.com/connectrpc/connect-go/discussions/757 To summarize, the `WriteTimeout` on the `http.Server` caused me...

This PR aims to update the list of parameters available for Transport constructors, following this code: https://github.com/libp2p/go-libp2p/blob/master/config/config.go#L290-L324