Tim Caswell
Tim Caswell
Instead of using holy-build-box libc, I'd prefer if we could do a static build with musl. Then it will work on even more linux versions than our old binaries. I...
> This means that fully static builds are probably untenable for Luvi, since dynamically loading modules is definitely necessary. True, anybody needing to load native modules will need this. I...
Would a version that disables dlopen be useful? It would break loading native modules as well as dynamic linking to libraries using ffi, but we would still have access to...
Bleh, I forgot about that part. At least we're making good progress.
I'm not sure how this could be done. Luvi has no concept of luvit app roots.
No concrete plans. Just trying to get some interesting libraries in a more easily consumable format. Tooling for ES6 modules is a lot easier than CJS modules.
If I can, I'll throw together the idea I have in my head tonight: - A new CLI tool `dat-share` maybe? - Same tool is used for both running the...
I wrote a quick tool that two parts. The server listens on a TCP port for clients to connect. The protocol is simply the 32 byte key followed by hyperdrive...
I would this to be an option, defaulting to on or off is fine as long as it's documented.
Call me crazy, but I would love another mode where the viewer get's access to the raw hypercore API for archives that aren't hyperdrive based. There isn't any kind of...