Jacob Paris

Results 23 issues of Jacob Paris

I was looking at the code for FixedTickProvider and it just outputs a signal every frame no matter what the time adjustment or frametimer says. I replaced the code from...

Would there be any reason not to be able to use the create account method on an existing user to send a new code that the user can log in...

- `@testing-library/jest-dom` version: 5.11.7 and later The assertion `.toHaveDisplayValue` is whitespace sensitive. I suspect this is not as much of a problem for React users, as JSX handles whitespace differently,...

### Describe the feature you'd like: I'd like an assertion for the `aria-errormessage` attribute. It accepts a list of id strings formatted identically to the format `aria-describedby` accepts. https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage Browser...

I am using the `netlify-lambda` package to serve my functions on port 9000. Using the `redirects` field in my configuration, I want to proxy the path that Netlify will host...

Several links in the README were broken, I have updated them to the current versions of the docs

This is the same automation as [React Fundamentals](https://github.com/kentcdodds/react-fundamentals/pull/260), tested to work well on Bookshelf as well. I can provide a quick video if requested You can try this out yourself...

While indexing, any files that have a straight default export will fail to index ``` /Users/userName/Projects/projectName/app/scenes/sceneName.js TypeError: Cannot read property 'name' of null ``` ```js export default function () {...

🐝 bug

I can start dynamodb locally and it all works fine -- everything as expected However if I navigate to `http://localhost:8000/shell` it returns `Error 413` and the console running `dynamodb-local` prints...

I've added Gitpod support to the Grunge Stack (here is a similar PR for the Indie Stack https://github.com/remix-run/indie-stack/pull/58) When a user clicks the Gitpod button, they'll get a workspace with...