Adrian Lanzafame

Results 35 issues of Adrian Lanzafame

I just noticed that the [java](https://github.com/multiformats/java-multihash/blob/master/src/main/java/io/ipfs/multihash/Multihash.java#L1) implementation has the namespace `io.ipfs.multihash` and the [kotlin](https://github.com/changjiashuai/kotlin-multihash/blob/master/src/main/kotlin/io/ipfs/multiformats/multihash/Multihash.kt#L1) implementation has `io.ipfs.multiformats.multihash`. Ideally, all jvm multiformats implementations would live in peace and harmony and fall...

**Describe the bug** Watched Repos list doesn’t contain full list of watched repos, nor does it load it once the end of the list has been reached. **To Reproduce** Steps...

`iroh-ctl p2p connect` help says the following: ``` connect Open a new direct connection to one or more peer addresses. The address format is a Multiaddress. ``` But when used...

bug

Given the nature of the system involved in making requests to the IPFS network, knowing if a request timed out because no peer could be found to have the cid...

As many config values should be hot reloadable as possible, i.e. cache sizes, path values, etc. The config file doesn't needed to watched for changes but should be reprocessed upon...

Hi All, Just came across this package [transform](https://github.com/tidwall/transform) by @tidwall and noticed that there are some striking similarities and differences between `transform` and `unis`, and that it might be useful...

@hsanjuan @ZenGround0 Do either of you see any value in using a tool like [PowerfulSeal](https://github.com/bloomberg/powerfulseal)? It is sort-of ChaosMonkey for Kubernetes.

Based on the Language Reference concatenation example, `To concatenate strings, use the + (plus) operator, as in "abc" + "def" + "ghi".`. I double checked the lang ref for a...

Noticed that the gopher button wasn't appearing, and it appears that Github may have changed the name of the field that stored the language name. I have tested that this...

I am attempting to generate the stubs for the `Node` interface but I get a `not an interface: blocks.Block`: ```go import ( blocks "github.com/ipfs/go-block-format" ) type Node interface { blocks.Block...