Torkel Rogstad
Torkel Rogstad
Prior to this, description had to be set for environment variable information to be printed.
I switch between calling out to a few different gRPC services all the time. Some of these live locally, and some of them live remotely. Some of them operate in...
## Change Description Verify that the addresses we're decoding when sending coins onchain are for the correct network. Without this check we'll convert the users addresses to their equivalent on...
Currently the `ConsoleWriter.FormatFieldValue` field is of `Formatter` type: `func(interface{}) string`. I'd love to be able to format a field value _based on what the key is as well_. My specific...
Closes #548 Don't know if this is supposed to have tests or not. Not really familiar with Bazel, so would need some pointers as to where to proceed on that.
The less than/greater than checks should check if the input value is NaN. NaN is defined to not be equal to any other number, and all numerical comparisons yield false....
### Description of the Issue Drop down menus flicker. I've noticed this on the top right menu and the currenty setting in the settings submenu. Both menu flicker for approx...
Thanks for making `restful-react`! It's a great library and tool (I'm using it to generate code from an OpenAPI spec). I really like how `useGet` works: 1. The promise never...
I'm using `restful-react` to generate code based on my OpenAPI spec, and due to how `GetDataError` is defined I'm getting some unergonomic behavior. a `GetDataError` is defined like this: ```typescript...
The code verifier in PKCE has both a minimum and maximum length, per the [spec](https://datatracker.ietf.org/doc/html/rfc7636#section-4.1). It looks like this is currently not enforced in this framework.