Alexis Sellier

Results 70 issues of Alexis Sellier

I'm trying out this lovely library but encountered this panic when calling `rng.generate_range(8192..)` on a `WyRand` RNG: ``` thread 'protocol::tests::sim_connect_to_peers' panicked at 'attempt to add with overflow', /home/cloudhead/.cargo/registry/src/github.com-1ecc6299db9ec823/nanorand-0.6.1/src/gen.rs:108:1 stack backtrace:...

- [ ] `parser.rs`: the parser should be property tested with something like `quickcheck` - [ ] `cmd.rs`: `CommandLine` should be tested with ascii and utf8 - [ ] `resources.rs`:...

status:help-wanted

In the code snipper below, I need to use a signer for two purposes: either to sign an off-chain payload, or to sign an on-chain transaction. The current API makes...

I'm testing the file upload functionality with an intentionally crippled network, and getting some timeouts after long file uploads (> 1 min). Here's the setup: Cap network bandwidth to 600Kbit/s...

Hey, it would be nice if we had a "Resources" section where we could promote the books that have been published on LESS. https://www.packtpub.com/web-development/less-web-development-essentials-second-edition https://www.packtpub.com/web-development/less-web-development-cookbook

up-for-grabs
good first issue

Fakt (http://fakt.ca/) is willing to donate a beautiful design for the less site, which they made for fun, you can get a peak here: http://dribbble.com/shots/1399402-Less-Redesign I think it looks great;...

design

Extending the reactor trait allows for implementing things like proxying.

Peers that misbehave or shouldn't be connected to / retry-ed for a while should be banned. We're mainly interested in saving time and bandwidth by doing this. The banned peers...

help wanted

Pure futures (sans-io) test.