Joel Gustafson
Joel Gustafson
Awesome, that sounds like a great plan for everyone!
@mikeal @vmx what's your take on URIs for IPLD nodes? I think it's important to have one defined even if we don't try to register with ietf (there's clearly interest...
Hmm, this probably has something to do with the Docker image - installing & running the kernel natively lets me save and open notebooks fine. Thanks for opening; I'll investigate.
I spent a few hours digging around this weekend - this is a tough one. It's happening consistently for me around every 8th or 9th command. It's definitely not something...
I think what you'll need to do is mess around in src/shared.scm - there's a [structure](https://www.gnu.org/software/mit-scheme/documentation/mit-scheme-ref/Structure-Definitions.html) called "session" defined there that holds session-specific data including the session environment, which is...
And let me know if you get scmutils working! I'd love to post a little help section to the readme in case other people end up trying the same thing.
I can't tell for sure what's going on (and unfortunately I'm not able to run or install MIT scheme at the moment since I upgraded to an M1 mac ðŸ˜)...
Alright I started on this and have a working implementation of a ZIP reader in 400 lines of pure Zig with an `Iterator` / `pipeToFileSystem` API just like `std.tar` :)...
Okay here's my current idea. My implementation has a small test suite that uses the system `zip` command (via `std.ChildProcess`) to create archives, extract them using `zip.pipeToFileSystem`, and then verify...
Okay happy to do that too, just wondered if there was a way to avoid checking more binary blobs into the repo :)