David Sharnoff
David Sharnoff
I know that the real clock doesn't guarantee that timers will go off exactly on time, but in practice they go off somewhat close to on schedule. I just created...
I didn't see a way to build the equivalent of `time.AfterFunc` using the public APIs without leaking a goroutine and the callback func. With the internal APIs, it's pretty easy.
This is to allow the same source to be backed up to multiple destinations
The `ClientInfo` interface includes `GetUserID() string`. Why? It's not called in any code except for a test that verifies the implementation. What is it supposed to be for? Since it's...
In my project, I wrote a test to fully cover enumer-generated code. I would be happy/willing to take that test and add a flag to enumer so that enumer will...
Change op.tokenHandler to follow the same pattern as the rest of the endpoint handlers inside op: provide a standard endpoint handler that uses injected data to call an exported function....
This re-arranges the example server code so that is usable as a test server. This does complicate the code a bit which makes it less good as an example. Closes...
**Is your feature request related to a problem? Please describe.** I'm using the oidc library as both client and server. When using it as a client, I need a server...
HasLen: https://pkg.go.dev/github.com/stretchr/testify/assert#Len IsSame: https://pkg.go.dev/github.com/stretchr/testify/assert#Same StringMatches: https://pkg.go.dev/github.com/stretchr/testify/assert#Regexp Within: https://pkg.go.dev/github.com/stretchr/testify/assert#Assertions.InDelta -- is that similar enough?
[nchi](http://github.com/muir/nchi) is built on top of HttpRouter, add it to the list of frameworks based on HttpRouter.