Marcin Rataj

Results 1311 comments of Marcin Rataj

- design decisions: https://github.com/WebBluetoothCG/web-bluetooth/blob/master/rationale.md - demos and code samples: https://googlechrome.github.io/samples/web-bluetooth/index.html

When we have `v0.14.0-rc1` git tag, the build in already existing https://github.com/ipfs/distributions/pull/717 needs to be re-run.

Hi @tonuonu, are you still hosting those datasets? Or know PeerID that has them?

This is a sensible enhancement. - At the very minimum, anything other than CID or `/ipfs/CID/...` should get resolved to an immutable content path before being passed to IPLD Explorer...

@alanshaw iiuc our path traversal semantics, pathing makes sense only when we talk about separate documents, so it should work only for CID tags within `dag-cbor`. This aspect of this...

@alanshaw After sleeping on this I think we should not return JSON by default, but instead return an error informing user to retry request with explicit format (JSON or CBOR)...

Quick check-in note: - this needs to be refactored to use `?format=` proposed in https://github.com/ipfs/go-ipfs/issues/8234 - may be easier to tackle `block` `car` `cbor` and `json` use cases in a...

Note to self: after https://github.com/ipfs/go-ipfs/pull/8758 lands we revisit this and add dag-cbor and dag-json formats using the newly created reusable code for cache control and content disposition.

@BigLep yes, this is unblocked, I've created https://github.com/ipfs/go-ipfs/issues/8823 with some additional notes, so it is not blocked on my availability. Aiming at 0.14 sounds good: ideally we would resolve https://github.com/ipfs/go-ipfs/pull/8568...

This is a reasonable feature request, but we already show the number of connected peers. What we are lacking, is surfacing public addresses. I think webui could look at multiaddrs...