Results 310 issues of Vitaly Shukela

For some reason, `sled::Subscriber` implements `Iterator` and `Future` - a strange combination. Instead of `Future`, `futures::Stream` would seem to be a more reasonable choice. How do I keep watching on...

feature

Just falling out of `fn main` seems not to do it in a multi-threaded code: `sled::Db::was_recovered` in version `0.34.7` is still `true` on the subsequent run. Is something special needs...

If I fill database more slowly (including when using debug build), I often get smaller database size with the exactly same data (per `sled::Db::checksum`). Can I ask Sled to explicitly...

> the 1.0.0 release date is imminent! just putting the final touches on, while performing intensive testing https://github.com/spacejam/sled/commit/a73ea252aa7969f0a91ed5b9813d0207b53ab9c4 (Jan 24, 8 months ago). Such clauses create appearance of an abandoned...

Current development package version is `0.34.6`, which is similar to the published version. This number used for protecting checking database compatibility. However, actual database format in `main` is already incompatible...

Creating template Rust project and modifying string literal in the first `text` call to contain non-ASCII UTF-8 bytes makes the game output garbled text, as if it were interpreting the...

I expect it to be simple, stateless, without database, DNSSEC (except for some passthough maybe), SSL and so on. Something like `/usr/sbin/dnsproxy`. Is there anything like that?

enhance
docs

Mostly direct merge of my old code. Checked only on Linux and only once. #389

``` $ q "INSERT INTO a VALUES (44, 55)" query error: no such table: a $ q "DELETE FROM a" $ cat a 1 2 3 4 5 6 ```...

Something like that: ``` q "SELECT A,B FROM(-H -d,) qqq.csv WHERE B NOT IN (SELECT c1 FROM(-d@ -c1) lines.txt)" ```