Lilith River

Results 256 comments of Lilith River

We don't have a semver stable Rust API yet, so don't read too much into our version number. We're still in prereleases. On Sun, Jun 7, 2020, 2:19 PM Lee...

I'd love to use this in an http server. Is that possible at the moment?

Sorry, just realized markdown was hiding the error I reported. Inserted newline.

This is only during package installation. It works afterwards, and in the terminal.

Yeah, `$HOME/.cargo/bin/rustup` is where rustup is located. I'm using nightly-2017-03-04, in case that matters.

I would love the ability to use blob storage. I have a Rust repository and each matrix build has > 1GB of compiled files, so we can't complete a single...

Is this something you would be able to delegate or work on with additional funding?

I'm considering using this project in https://github.com/imazen/imageflow as the default jpeg decoder, but I expect I will need to expand things like color profile/exif support and add assembly and C...

I believe the use case for C would be the optimized huffman decoder (probably optional), but for assembly I'd like to keep the files in sync with the audited codebase...