Mauricio Trajano

Results 26 comments of Mauricio Trajano

@esn89 I don't think stylua is finding your config file in your home directory, [according to their docs](https://github.com/johnnymorganz/stylua#finding-the-configuration) it either looks for the `stylua.toml`/`.stylua.toml` config file in the directory where...

Hey @viki53 thank you for the pr, sorry I didn't get around to it sooner. I think there's still a few things clashing with 8.1 (At least one of them...

That is a good idea, I'll probably lean towards reading whatever is in the `@param` tag. I'll look into this after I merge this outstanding pr

I probably won't get to this one soon as it's not a huge priority but feel free to get a pr out if would like

Sorry can you provide a little more information for this? A short code snippet and expected output would really help

That doesn’t seem right do the other params gets generated correctly? It may be related to a bug that got introduced but fixed recently, do you get the same results...

Hey yes this makes sense to me, there should be a helper method `getMiddleware` that retrieves all the middleware it can gather, whether it comes from the routes, controllers, etc.....

Thanks for reporting this, I'll try to get to this soon. Feel free to submit a pr if you can get to it before me, thanks!

Hey, although I think supporting other router service providers may be outside of the scope of this package, I will look to see if it’s as simple as passing a...

This is a cool idea! Open to any suggestions on how you'd implement this