Squirrel

Results 167 comments of Squirrel

Is it possible to compile smoldot for wasm32-unknown-unknown? Would be great to get that enforced in the CI too. I wanted to try and use it from a wgpu rendered...

Maybe a proxy usage faq? I suspect there’s a fair few questions. E.g. for the moonbeam crowdloan both the proxy and proxied address needed to be specified. I assume that’s...

https://gutier.io/post/development-using-rust-with-nix/ - I think people are switching over to oxalica (The company steve K works for) rather than mozilla as the base these days.

Happy to provide a PR if you are ok with the idea.

Seems like there are pure rust drop in replacements. For now we've turned this feature off as it was causing compile issues on some machines. Rust all the way down...

Excellent. Pure rust FTW! On Tue, 2 Mar 2021 at 14:16, AndreKR wrote: > For quick reference, the brotli-sys dependency can be turned off in > Cargo.toml [dependencies] using >...

This sheds some light on why we have to use a source replacement to talk to creates.io: https://github.com/rust-lang/cargo/issues/8174 Sent with GitHawk

We were planning on using this as the crate capturing tool to get all the dependencies we care about from a set of projects into one local repository thus isolating...

Changing the proxy isn't an option for the next few years; we do have a long term plan but it takes time to implement. (It's a long story but probably...

https://github.com/ChrisGreenaway/cargo-local-registry/pull/163 - is that more of a possibility? I feel like it's keeping to the original intention of the patch.