-
Like it says on the tin.
Making an issue for this so we can put it on boards to remind ourselves there's work to be done here. However, there could be a lot of specific targets in this area, and I…
-
See SIP https://github.com/sourcenetwork/SIPs/blob/sisley/views/x-views/README.md for end-goal
```[tasklist]
### Tasks
- [ ] https://github.com/lens-vm/lens/issues/5
- [ ] https://github.com/sourcen…
-
Our docs for the `dag get` command are not entirely accurate and invite some misconceptions: https://github.com/ipfs/go-ipfs/blob/3296412d19d5a7b565ece21f5d7c275c41bcf246/core/commands/dag/dag.go#L186…
-
Hey guys,
I am interested in helping to implement the IPLD spec in Python. It will be great to have some pointers about where to start and if there is any ongoing effort already in place.
Thanks…
-
For full support in the IPLD/IPFS ecosystem there are three components.
1) Multicodec type which involves picking an appropriately sized and available byte range and justifying reserving it in http…
-
> @aschmahmann @petar I remember we discussed this a while ago, as a low-hanging fruit for bigger data providers like Pinata, but was unable to find an issue, so created this one.
Improving provide…
lidel updated
2 months ago
-
In the initial API design upload was meant to be just a pointer to a content root and `shards` were meant to be a metadata regarding dependencies. I was not even thinking about them in terms of that's…
-
Followup to #7431, that was closed but had the valuable feature of accessing json manifest of folder
requests to a "folder", especially the root of a folder published to ipns such as http://bafzbei…
-
Given a list or iterable of `{"Hash": CID, "Name": str}` objects, it should be possible to create a new directory object using `object.put` without having to manually create the directory object in by…
-
Right now, we implement ordered maps in the form of:
```
struct {
Keys []K
Values map[K]V
}
```
This is because maps in IPLD must have a stable order:
```
Iteration order is d…
mvdan updated
2 years ago