Marcin Rataj

Results 1311 comments of Marcin Rataj

Protections added in - https://github.com/ipfs/kubo/pull/10971 - error when `flash=false` is not supported - autoflush when threshold is hit (user can override to railse / disable)

Revised approach is to error once limit is reached, rather than silently fixtup: - https://github.com/ipfs/kubo/pull/10985 The intention is to encourage users to do self-service and execute intentional flushes at the...

Thank you @Matrix89, I'll try to review and squeeze this into 0.30, the sooner we ship the notice the better. If you want to run tests locally, you get 90%...

Pushed: - cosmetic refactor that adds proper JSON configuration under `Version.*` namespace, and also moves related agent-version-suffix under that, making it easier for people using Kubo in their infra to...

@aschmahmann we simply don't test response format in go-ipfs sharness :upside_down_face: We only test "positive paths" in sharness and when we do, we just grep strings. We only have two...

> go-ipfs CI already runs the go-ipfs-http-client and interop tests, should we add in the js-ipfs-http-client tests as well? We could do that, yes. What we want to run is...

Hm.. `files rm` was designed with CLI in mind, and good CLI tools are usually aborting on first error. Print first error and exit with code other than 0 –...

@mmuenker yes, this should already be possible with existing impl.: - if list is in a file named `.deny` then we allow everything and only block things from the file...

Reopening, as we still can't "pin and provide" IPNS records signed by other people's keys.

@wenyue are you willing to open a PR with the fix and a test? Triage note: we will look into this in spare time.