Luca Palmieri

Results 316 comments of Luca Palmieri

A minimal example would really help here to understand what the issue is and the best way forward to solve it (if possible).

This is a bit of a tricky one (and a limitation I was aware of unfortunately) - how _should_ it handle out-of-root path dependencies? How would the stuff we do...

To make it possible with `cargo-chef` we need to remove the assumption that the command is being run from the root of a cargo project/workspace. It's certainly possible, I just...

@oeed - I haven't had time to work on this, but I am convinced it's definitely possible to support it. This issue just needs a dedicated developer willing to open...

As far as I can see actix 1.0 does not support async/await out of the box. I am not very well versed with Futures and I am struggling too: if...

Just refactored to "flip" the relationship between commands and handler - let me know if this fits better with what you had in mind @colinbankier :grin:

Let me migrate all routes over and then we can merge :+1:

I think there are plenty of examples of "small" apps, but few of more complex setups and that's where I think this can be useful. I'd be happy to continue,...

Sounds good!

As a user of the crate, even though it's possible to infer who is waiting from the `users` field, I'd prefer to have `available`/`waiting` as interface. I find it clearer...