Erica Marigold

Results 110 comments of Erica Marigold
trafficstars

The metadata method is supposed to support the following types: https://github.com/lune-org/lune/blob/b585234b081e60ca2e2fc2356f37b55140b937b3/crates/lune-std-fs/src/metadata.rs#L13-L19 As stated before, there's a bug which doesn't correctly identify symlinks. It makes more sense to fix incorrect behavior...

Perhaps this can be looked into, in the future (where we include a `@lune/crypto` builtin, since this would increase the API surface for cryptography operations to the point that they...

> Looks good so far! Just the tests failing, does the zstd cli need some args changed maybe? I've tried most permutations of the arguments that I can pass to...

> Did you figure out what could be going on here? Unfortunately no :( Others in the lune channel could not figure it out either.

The binstall packaging recently broke for v0.8.4+, we probably need to provide additional metadata in the manifest.

Still broken. We likely need to set some manifest metadata although I haven't really looked into it.

As #211 introduces reader and writer streams into lune, this can be leveraged to have a `process.stdin` reader stream quite trivially, following it being merged.

@corigne Unfortunately there is none at the moment. But as previously stated, it should be really easy to implement. You can try to take a crack at it yourself if...

I already have an impl for this in place, I might be able to take the time within this week to create a PR (no guarantees, sorry!).

> Additionally, it would be a hassle of files and dirs (depending on how you ship it) instead of one nice executable. There is the `lune build` command, which allows...