Sander Pick

Results 74 comments of Sander Pick

Here's what this looks like on v0.5.0 and above: ### Desktop All cafe communication is p2p based, with the exception of cafe-assisted search, which still utilizes HTTP for streaming purposes....

If you're talking about `FileData` and `ImageFileDataForMinWidth`, we could change to `[]byte` but then the SDKs will have to fetch the content metadata as well in order to construct the...

We could return another protobuf object that has the data as a byte slice and the meta type as a string.

Makes sense. This and #537 are related to #264 in that thread progress needs to be stoppable, resumeable, and now opt-out-able. Related, we should use different HEADs for: - peer...

This isn't a bug, it's the indented behavior.

We can change the behavior, but in any case, it's not a bug.

Sounds more like a feature and not a bug to me.

Closed it? What's the intended behavior of the filename? It serves the content by that name? We can definitely support that...

Actually, this is happening because I'm using the `HashOnly` setting when adding data at one point during the sync process. This causes this mock repo to be constructed: https://github.com/ipfs/go-ipfs/blob/master/core/coreapi/unixfs.go#L64. When...

@asutula seems like this belongs in mobile?