Casper Beyer

Results 42 issues of Casper Beyer

So finally switched to real tests which means we can eventually extract the testadata into it's own repository and pull it back in as a submodule so it can be...

I get this question a lot, so lets reverse it! :grinning: How is React Hot Loader any different than [Amok](http://amokjs.com/introduction.html)?

Based on the output of the CI, seems like there's a bit of duplication and redundancy in `make tests` which contributes to longer testing and CI times.

acknowledged

This adds a basic testcase for `getentropy` which checks for errno and a sane result.

- In `Client::request`, you get access to the message and can easily check the status of it so this is no longer an error. - The implicit handling is moved...

#### Use Case: Support either async-std or tokio executors without taking a dependency on the other one. #### Proposed Change: Use feature flags to take a dependency on either async-std...

enhancement