Squirrel

Results 164 comments of Squirrel

Ah async-std's `stream::join` sounds good. I'm hoping the async-book can still give guidance on ways to achieve things today even if there's not yet an agreed upon 'standard'... I'm hoping...

Has anyone got a PR or partial WIP PR on this yet? This would be *huge* to have the option to do this for docker caching which as rust builds...

Was just checking there's no PR out there to build on. If the mtime's not the same we could check cheaply if the file size was the same before doing...

ctime, device and inode will thwart trying to do clever things like copying the target dir and putting it back but on a different machine/dir. When mtime check fails it's...

@illicitonion maybe we can join forces. I got a bit distracted but got quite far down this line. Have a look at https://github.com/rust-lang/rust/pull/75594 - I will have a look at...

I just want it solved, I don't mind how we do it. One thing I did notice though is that to stop rebuild cacades we do need to get the...

I’m tired. The ideas are fine but it really needs chopping up into a few easier to land PRs. On Thu, 31 Mar 2022 at 11:39, Ciprian Dorin Craciun <...

I can't help wondering if this is the tail wagging the dog. I suspect what most people want is env vars to be usable from within .cargo/config files - if...

I think you can guess the answer to that one... but also looking for this kind of thing. Do we start from here or is there a better starting point?