Tim Hutt
Tim Hutt
I really want to like RapidCheck but at the moment it is really really hard to see how to do custom generators. For example I want to generate a `vector`...
E.g. to test memcmp, I currently do something like this (not strictly correct but you get the idea): ``` // Helper function to generate an arbitrary array that is the...
It would be nice if this generated typescript type declarations corresponding to the generated Javascript code. Or even better, just have a `--typescript` mode that generates Typescript in the first...
**macOS version:** Not relevant **Kap version:** I am not sure. The `About Kap` option seems to make it crash! Within the last year though. #### Steps to reproduce 1. Make...
I've just had to write code like this, and it seems... inelegant. ```rust let mut open_channels = 2; lwhile open_channels > 0 { select! { recv(r1) -> p => {...
Just a little papercut, but why does [the example for `crossbeam::scope`](https://docs.rs/crossbeam/0.7.3/crossbeam/fn.scope.html) actually use `crossbeam_utils::thread`?
Normally I would prefer using open source programs, but GC-Prevue is a) actually very good, and b) renders some gerbers more correctly than gerbv, e.g. those produced by DesignSpark PCB.
e.g. https://www.oshstencils.com/ (no relation to OSHPark)
I haven't quite diagnosed this, but on Windows using PostgreSQL, this works: diesel setup --database-url=postgres://postgres:myadminpass@localhost/my_db But if I put `DATABASE_URL=postgres://postgres:myadminpass@localhost/my_db` in `.env` and run `diesel setup` it prints: >diesel setup...
Currently the find behaviour is: 1. Type ctrl-F 2. Type your search string 3. Press enter to find the first match 4. Press Ctrl-N to find the next match. Modern...