Antoine Eddi

Results 16 issues of Antoine Eddi

Signed-off-by: aeddi

🔍 Ready for Review
ci

Signed-off-by: aeddi

🔍 Ready for Review
enhancement

Added a flag to manually specify a work dir to avoid having to rebuild everything from scratch when using gomobile through go module. Particularly useful in the context of a...

cla: yes

# Description This PR implements: - Go standard `ReadCloser` to Swift standard `InputStream` - Go standard `ReadCloser` to Java standard `InputStream` - Swift and Java standard `InputStream` to Go standard...

🚧 WIP

For the moment, the limits that we set in the config concerning the number of peers (high/low watermarks, grace period) does not seem to regulate correctly the maximum number of...

bug

- [ ] improve the description - [ ] add build example - [ ] add code example

documentation
:rocket: feature-request
backlog

In the Berty app, we have developed a system to update the network configuration according to the device's connectivity, it is currently complicated to extract this part from our code...

:rocket: feature-request
backlog

Replace gomobile logger (GoLog) by a better binding for ipfs-go-log -> native logger. Currently, all logs including their metadata are displayed by native logger as a plain text string with...

:rocket: feature-request
backlog

We noticed when writing/testing the example application that go-ipfs can barely connect to bootstrap nodes. It seems not to be able to do peer discovery and we see a lot...

bug

DNS Lookup does not work by default with gomobile on Android and iOS (only on physical device). We needed to find a workaround until [this golang issue](https://github.com/golang/go/issues/8877) is fixed. At...

bug
help wanted