Tim Dévé

Results 45 comments of Tim Dévé

As a `--no-core` user I support this 👌

Thanks for taking the time to look at my code, do you mean that you were using tokio as an executor but used async-std `block_on`? As far as I know...

I believe [this](https://github.com/TimDeve/slice-n-dice/blob/1f94ce18d27970a5507323f4a5763d0524500275/server/tests/with_db/recipes_integration_tests.rs#L53-L91) is what you are suggesting: No `block_on`, everything else but the pool as been dropped by the block scope and the async drop is called manually from...

After some additional testing it seems the problem doesn't happen if the pool has been dropped, so a potential workaround if your setup is similar (a Pool field in a...

Ah you're right we have opposite problem it seems? Mine is that `Pool::close` returns despite not having closed all connections and yours that it doesn't return 😅

Thank you @abonander for looking into this. It seems that `sqlx::test` essentially does what my hacky scaffold did but better so I shall switch to that.

I get the same error, It doesn't seem to download the plugins at all. Weirdly it seems to work normally on babun, don't know what they are doing differently... Edit:...

Also trying to implement the Lifx protocol, did you get any further @delfick ?

Here's an [example](https://github.com/TimDeve/sunrs/blob/0d335dffa3ebe8909a0308639af4bb66dccee902/src/main.rs) using c2rust_bitfields if you're interested.

@mrolli Agree that a `s:goyo_pre_enter` hook would be nice. Old solution