Squirrel

Results 119 issues of Squirrel

Reading the chapter on join! for futures it would be good to say whether there is or isn't an equivilent for merging streams together into one big firehose stream and...

Is there a way you can use the existing nix build infrastructure to achieve this goal? nix is a great way to get reproducable builds for rust stuff that depends...

would be great if when running metadata takes a long time, to give a hint that it has not just hung. E.g. running it against master of https://github.com/AcalaNetwork/Acala.git for patching...

Is there a way we can configure the graphs to start from 0? I couldn't see a way to do that. Edward Tufte likes graphs that starts at 0 and...

At the moment when using the tls-rust back end it's checking that every host is a valid DNS, but IP addresses are not valid DNS names and thus it fails...

On a fairly fast macbook pro (4core/8threads) it compiles in 3m 25s. For enterprise hardware with many levels of virus checkers, it takes longer. I wouldn't like to comment on...

investigation

Is there a way we can force it to not have such narrow text areas? At the moment it seems to wrap at a line length of 7 chars or...

For something like rust python integration we need more than just a hello world example. I'd like to see usage of py_class! with objects going to and from rust to...

cargo has a lot of dependencies - is it possible to use this tool to turn off some unrequited features so that there's less dependencies please? I'm assuming we don't...

The layers design takes a lot of work to keep looking neat. Lots of tabbing to make sure it alligns nicely in a grid. Wondering if there's a nicer way......

enhancement