Mildred Ki'Lya

Results 195 comments of Mildred Ki'Lya

The fact is that some packages out there are not using the plain `.js` extension, and to be able to use them we need to be able to pin other...

Ultra low-level solution to block inotify from listening to some folders. I have a pgdata folder with a docker volume containing the postgresql databnase, which is not accessible to the...

The protobuf links all have a field called `Size`, which represents the size of the linked data. - Do we want to make it mandatory for every link in IPLD?...

There is another issue with the `Node` field in [ipfs/go-ipfs:merkledag/node.go](/ipfs/go-ipfs/blob/master/merkledag/node.go). We can't store it in our IPLD Node object because is is not serializable. It is a pointer to the...

Well, actually the `AddRecursive()` function doesn't seem to be used. I think we could do away with that Node pointer. hat would probably be more elegant. edit: or perhaps not....

I was also wondering if we had to deserialize everything from JSON/CBOR/ProtoBuf or if we could just deserialize just what we are interested into. In that case, we must keep...

What is preventing from accessing the Node through a hash map that associates a link hash to the `Node` pointer? The performance wouldn't be much worse than the performance of...

In IRC we found that it was possible to put in the context a `@container: @index` that can, on one level only, make a JSON-LD processor not discard the keys,...

> Why cant we grab them like this: https://github.com/ipfs/go-ipld/blob/master/ipld.go#L122-L158 ? Are you worried about people remapping things to be mlinks that we wouldn't know about? You can't be sure what...

Perhaps we could imagine to require a flattened JSON-LD when we want to store it: http://www.w3.org/TR/json-ld/#flattened-document-form From the spec: > This ensures a shape of the data and consequently may...