Aaron Erhardt

Results 242 comments of Aaron Erhardt

I think that's already possible. You should be able to set individual middlewares for only a single handler or a group of handlers. But maybe adding an example for that...

I think this could be added to the API. We could allow users to specify a function that returns a response body for the rejected response. This could then be...

I really like this solution. It has two weak points though, IMO. First, using functions means that capturing variables is impossible. This makes this solution a lot less attractive for...

Thanks for pointing this out! I totally forgot about this breaking change that is already several months old: https://github.com/AaronErhardt/actix-governor/commit/3f776ed8b1ae71dae7cc42a1ba5f82149f330a64 0.4.0-beta.1 is already out as a new version, but I tried...

Can you confirm whether this fixed your CI workflow? If yes, please close this issue :)

This issue was automatically closed by #412 but it should be open until the next version of plotters lands on crates.io. @0xzoz can you test whether pulling plotters from git...

That sounds reasonable but also means we have to fix building GTK with mold which fails currently with the following error: ``` [448/1113] Generating gtk/gtkresources_blob.o with a custom command FAILED:...

Sounds like a good idea, but first we need to know how this would look like. My first though was to use a new `view_file!()` macro: ```rust #[relm4::component] impl SimpleComponent...

It probably makes sense to experiment a bit with this. I can try out how easy it is to add in general and then we'll see how things like IDE...

Do you want to check out #247 ? You could try out the `external-view` branch already if you want, but error reporting is horrible. Maybe we need to use Rust...