Pedro B. Arruda
Pedro B. Arruda
I have been working with rocksdb, but something that has been bothering me for a while is that I cannot open the database if I don't list _all_ column families...
Release 5.0!
Release candidate 2 is already 5 months in the air. Isn't is time to release it as "final" already?
So... I have been working with Cap'n Proto in Rust for some time by now and although I quite happy with it, I find myself writing a lot of boilerplate....
This was a long time coming (Issues #34 and https://github.com/tokahuke/yaque/issues/15). While it is not a complete solution for _all_ cases, this might help people with most problems.
This PR in response to the first point raised in #20.
I have been writing a program that manages its own migrations. However, I need a statement to run outside a transaction. My setup is the following: ```rust log::info!("Ensuring migrations are...
PR for issue #6 . I have just made the dependency requirement more lax. It works on both 0.2 and 0.3, without any feature flags.
This crate currently uses warp 0.2, but I am using 0.3. I am getting version conflicts. ``` | 216 | / impl FilterBase for WithLog 217 | | where 218...
The ideia of this PR is to make lopez to be able to connect to an external WebDriver compatible server to download and analyze pages. No, no Selenium in the...
The current compiler now 1. Just shows the first error it finds. 2. Has only the `nom` default error messages to fall back to to. And those messages are all...