Andrew Brown
Andrew Brown
shoot, I thought this was merged/handled already so I deleted my origin's hotfix branch. When I restored the branch, now it is saying merge conflicts. I think someone with write...
Since `Router` and `Route` both share some method names in common (where the `Router` just calls `r.NewRoute().(...)` I _think_ that many of the examples are actually syntactically correct. However, the...
I think I know what you mean. I had to read the source code just now to discover that both `Router` and `Route` types shared multiple method names.
@james-d-elliot you just approved PR #667, what do you think of this one?
Is there anything more I could do to help out with this? I see y'all have already made some progress with updating the docs. What is left that I could...
I'm working on a PR for this, will hopefully open before the weekend is done.
So due to a recent PR that was merged, what you are asking is now possible **as long as you add a custom tag to your struct and use `AddProvider()`...
~This fix currently only works for types of array & slice. I can submit a PR that will extend this behavior to more types shortly (aliasing an existing built-in type...
@bxcodec I _think_ you can close this issue as the OP's desire is now supported with the caveat of using `AddProvider()` to make sure the custom type gets created properly.
I've encountered the same issue as well. Filters run concurrently as stated in the readme, and it doesn't look like there is an option to enforce consecutive execution. I was...