Ivan Ukhov

Results 111 comments of Ivan Ukhov

I can help with the queries!

Well, we have been waiting for the final data, and it seems like the crawler finished a few days ago.

As I explained there, I did not notice there was a PR open and created a new one. And even if I did, I would probably have to do that...

@tunetheweb, Bram and I concluded that it can be merged now. Thank you.

~But if the destination is a file? In that case, one should await, right?~ It is still a stream, I suppose. But what should one do with the returned promise?

Not sure. Is it some function SQLite provides?

Hello, yes, indeed. There is no higher-level interface for doing this. I myself use exactly the approach you described. Since for constructing `data` for `path`s we have it, it could...

I stumbled upon this issue, trying to find an explanation to what I am observing. It is difficult to reproduce, and so it is all speculation at this point, but...

Hm, interesting. In my case , it is Brotli and Tokio. Would you please be able to confirm by checking the implementation?

Reading Tokio's [documentation](https://docs.rs/tokio/latest/tokio/io/trait.AsyncWrite.html#tymethod.poll_shutdown): > Invocation of a shutdown implies an invocation of flush. Once this method returns Ready it implies that a flush successfully happened before the shutdown happened. That...