Gus Eggert

Results 18 issues of Gus Eggert

**Describe the bug** When I try to run unit tests using `M-x dap-java-run-test-class` or `M-x dap-java-run-test-method`, for certain projects with large classpaths the test runner returns an `Argument list too...

This should enable trace context propagation from headers in the HTTP Gateway and APIs. I think this should have a sharness test to ensure propagation doesn't break, so I'll leave...

# go-ipfs 0.14.0 Release We're happy to announce go-ipfs 0.14.0, bla bla... As usual, this release includes important fixes, some of which may be critical for security. Unless the fix...

topic/release

### Description ### Problem The `go-ipfs` dependency closure includes 47 modules under `github.com/ipfs`. Here are their interdependencies (this does not include libp2p nor other PL orgs): ![deps](https://user-images.githubusercontent.com/877588/140847025-5096fa94-4175-446d-9749-ee2b21f1eb68.png) ### Pain -...

kind/feature

This renames ProviderQueryManager to ProviderQueryer to more clearly reflect what it does. It also rewrites it to remove the need for running a goroutine pool. Instead, concurrency is limited using...

status/in-progress
kind/architecture

Currently the IPNS records don't have a DDB TTL set. This doesn't have much of an effect other than the DB grows indefinitely. We'll need to add a TTL field...