Graham Cox
Graham Cox
Currently the `cacheobject.Reason` type is an `int`. This works well enough for the library itself, but it's a shame that it doesn't log very well. For example, right now if...
### Issue Description This was noticed as part of #2165. When a handler has path parameters, any URL encoded hex pairs are correctly decoded if they are in uppercase but...
### Issue Description Right now, Echo makes it easy to write handlers that return JSON - that is, `application/json` - documents. However, it doesn't make it as easy as it...
### Issue Description When using Echo.Reverse() to generate URLs to other handlers, the resulting URL is not correctly encoded. This can mean that the URLs generated are not valid. For...
In situations where a third-party service is providing JWTs that the resource service is authenticating, it can often be necessary to obtain the JWKSet from the same third-party that is...
I like to do a full Reset in the before method of my tests, to make sure that one test can't interfere with another. I've currently got to do this...
I've no idea if this is a problem in babel-plugin-rewire or babel-preset-power-assert, but if I have both in my build at the same time then babel-plugin-rewire works and babel-preset-power-assert doesn't...
I've just come across this and it's working great :) However, one thing I've noticed that's a bit awkward is - any errors caused by a violation of a `required`...
When I'm just getting started, I personally find it useful to write out the schema and then run graphiql against it to test out queries. Unfortunately I need to write...
Redux Toolkit and RTK Query are awesome, and have really made it easier to get things working quickly and well. What would be really good though is to have support...