Mike Bush

Results 19 comments of Mike Bush

@dunnock Thank's for the info - I'll keep that in mind if we update to actix-web 3 at some point

@BoOTheFurious Yeah - I found it right after i sent that message, realised I had no understanding of what was going on and tried to sneakily delete it :D

Hi @omid, I did some work yesterday to improve support for `QsQuery` with some specific handling which I think will make an improvement for your usage. I'm finding it quite...

I'm trying out the actix-web plugin on quite a large api and tags would be really useful for grouping in the UI. Our handlers are already grouped into modules and...

I just came across this limitation and am having a go at solving it for my use case. There are more complicated use cases such as services which could return...

Yes, thanks @wafflespeanut ! I have been really enjoying contributing to paperclip and it has been nice to work with you and the other contributors on it. I haven't been...

I think I might have been having the same problem as you, and seeing your issue here helped me to find it. I don't think it is a bug with...

I don't think you need scope to use configure, it's just if you have some common path prefix and want those routes to have the some of the same behaviour....

> Yes @platy, that works. But I want to `.configure` `ServiceConfig`. > Just imagine something like the following code (check the `router` function): > ... Aha! Now I get your...