Results 91 comments of Andrew Mackenzie

Any ideas on how we could progress this and try and meet your needs?

Same need here. I think an `async new()` implementation could handle a failure to read from storage and in that case return a new instance created from default values -...

I couldn't get either cases to work `-L path to local crate`, or `-L ./target/debug/deps` is there some secret I'm not getting

No, I have forgotten what changed - but I think in recent versions of my book I was somehow (magically) able to just remove those extern crate statements and it...

To answer previous questions - no, I didn't find a solution to this, but haven't tried recently.

Looks impossible to do across toml, json and yaml with serde...

![ink](https://user-images.githubusercontent.com/5529132/58389144-9b41b300-7ff5-11e9-8bd0-37210a376773.png)

from https://www.cs.cmu.edu/~scandal/nesl/alg-numerical.html#fft This is a simple parallel version of the standard sequential fast Fourier transform algorithm. The algorithm does O(n log n) work and has O(log n) depth. In the...

Googling meanwhile.... I wondered if this behaviour is affected by the contents of `/etc/security/limits.conf`?

Vec Is array index considered a name? Clarify in docs and code that a route is a sequence of names, and have functions that assemble or disassemble a route use...