Ryan Williams

Results 6 issues of Ryan Williams

**I'm submitting a ...** (check one with "x") ``` [x] bug report => see 'Providing a Reproducible Scenario' [] feature request => do not use Github for feature requests, see...

managed-by-community

**Intended outcome:** I am attempting to use the ApolloClient in combination with react-hook-form to submit a mutation, wait for it to succeed/fail, and respond accordingly. **Actual outcome:** The mutate function...

🧞‍♂️ enhancement
🔍 investigate

I'm attempting was attempting to define a re-usable params type and make use of it for a request. The result is I get this: `NameError (uninitialized constant Grape::Validations::Types::SymbolCoercer)`. Here is...

discuss!
chore

I am working on implementing security for my web application with AWS Cognito. I've written a little Auth API that will return an access token for a given scope, and...

I was encountering re-rendering errors in React and narrowed down the root cause to the useSearchParams() function. It turns out that the present implementation will unnecessarily regenerate the setSearchParams function...

CLA Signed

I'm working on writing a little API for communicating with my authentication server. For logging in and out, it is necessary to perform a redirect. Does RTK Query currently support...