You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that we have the source for each release, it'd be great to be able to see the list of files and folders for a given version and see the contents of any given file.
We could potentially do this all clientside, load the tarball from ipfs, untar in the browser then render or we could untar on the server, add to ipfs+filecoin and then record the root cid for the unpacked version for easy loading straight from a gateway.
This would also be useful for reading/checking licenses, readmes, changelogs and manifest files in each release.
The text was updated successfully, but these errors were encountered:
Given that we have the source for each release, it'd be great to be able to see the list of files and folders for a given version and see the contents of any given file.
We could potentially do this all clientside, load the tarball from ipfs, untar in the browser then render or we could untar on the server, add to ipfs+filecoin and then record the root cid for the unpacked version for easy loading straight from a gateway.
This would also be useful for reading/checking licenses, readmes, changelogs and manifest files in each release.
The text was updated successfully, but these errors were encountered: