Cole

Results 50 comments of Cole

I would like to disagree with the assertion that mixing static segments and wildcard segments is somehow legacy or "risky". And that I should "work within the constraints" that are...

If we do have `SendOpusFrame` return an error to notify the calling function that the bot has been moved, how should the calling function be expected to proceed? Call `Close()`...

Also, maybe worth another ticket, but the same thing seems to happen when discord requests a reconnect: ``` time="2022-02-17T05:07:36Z" level=info msg="[ws-e,s:8487,shard:0]Discord requested a reconnect" time="2022-02-17T05:07:36Z" level=debug msg="[ws-e,s:8488,shard:0]is reconnecting" time="2022-02-17T05:07:36Z" level=debug...

The example Petstore spec from https://editor.swagger.io/

It also seems that there are no endpoints in the duplicate folders: ![image](https://user-images.githubusercontent.com/10090878/80637712-4d5ad980-8a14-11ea-88fb-05b5a7222a6e.png)

After some discussion with @dom96 about the best methods of achieving packageable middleware, we are both at a loss for how it can be done currently and may need to...

I feel route matching/selective application of the middleware to desired routes is arguably the second most important feature of middleware short of its primary purpose of executing logic before the...

Just a bump on this as I found myself wondering why there wasn't an option for this, so I ended up just implementing it myself locally. +1 for `FullPath()`

Fixed for me by pulling the latest version of docker `go get github.com/docker/docker@2200d938a2d5e7cd7437489c22a32d37d9bb380d` This seems to stem from the testcontainers using an old version of docker.

That'd be appreciated @goku321 I'm tied up until next weekend but should be able to review any pull request related to this in the meantime.