John Doak

Results 9 issues of John Doak

The problem: Serializing a Token object drops necessary data that is used in OIDC and maybe other Oauth2 extensions. This data is stored in Token.raw and accessible only via Token.Extra()....

**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: It removes go-bindata for the built in embed.FS This deletes the`template` package for...

This is my second bug report around `any`, so I'm guessing that `any` support in version 5 has some challenges. This bug isn't as serious as the first one, as...

Was doing some decoding on a weird message that requires using `any`. Ran into an issue where I was able to encode the message but not decode it. Tracking it...

These may not be supported for prettifying: - Space at the end of a tag is left there: `````` - A script tag will not have its indentions formatted. The...

Want to get additional tests to have that break our current setup. That way we will know the new changes are working. Assigning to Bogdan for the test we should...

bug

We don't want every call to cache.ExportReplace.Export() to write to external storage. We want this only to happen if storage has changed. We always want to read back into the...

High Priority Feature

There are a series of TODOs that range from documenting why certain things happen to possible major bugs. These need to be removed. They can be found with a simple...

High Priority Feature

If you try to encode a type with pointer receivers on the type, but is not a pointer, you get an error: msgpack: Encode(non-addressable main.Operation) So, for example: ```go type...