Justin Ruggles

Results 6 issues of Justin Ruggles

I don't have a specific test case because this is happening randomly and infrequently on our servers, but I do have a backtrace. https://gist.github.com/justinruggles/cbd8d920976f9c58f6b6 The deadlock is in: ``` goroutine...

It seems that it wraps around rather than returning an error. https://go.dev/play/p/s2aA3-ERd-E Uses timestamp 2000-01-01T00:00:00.00Z and zeros for the payload. Returns: WfeXVK2UN8Qh86bSI6R4zNvC7ge ``` $ ksuid -f inspect WfeXVK2UN8Qh86bSI6R4zNvC7ge REPRESENTATION: String:...

Please make a release that includes 90f2f9348a6303aa99cc24ffbeeb8555c0d299ee

I find it inconvenient that encryption functions accept a Claims interface type, but the 1 interface method, `Valid() error`, is unused in those functions. It seems like it should accept...

A common use case for this is putting a URL in a map value. This PR is similar to https://github.com/kelseyhightower/envconfig/pull/153 but it only does the 1 thing needed to put...

I have a case where the RFC I'm implementing defines a value as "either a String or a Token". I suppose I could always use String, but it would be...