Jacob Paris

Results 23 issues of Jacob Paris

For some reason, I can't get `#each` to work with arrays or objects. ```js Handlebars.registerHelper({ actions: [1,2,3,4] }); ``` and ```html {{actions}} {{#each actions}} {{this}} {{/each}} ``` It will print...

What is to stop any client from calling S3.upload() in the console and uploading files will ill intent?

useFetchers currently returns a new array on every render. This PR memoizes it based on the internal useDataRouterState which appears to be stable as long as the fetchers aren't actually...

CLA Signed

The shadow has an explicit 0.5em height in dark mode, but not in light mode, which falls back to the 0.25em set upstream in the cascade. If we want to...

This PR replaces the old Remix compiler with Vite I have a few todos left for things I've migrated over but haven't had a chance to test and make sure...

All of the breaking changes between Remix 2.1 to 2.9 occurred in Vite which you're not using yet, so this went smoothly. I did have to install @conform-to/dom to peg...

### Reproduction https://stackblitz.com/~/github.com/jacobparis/bug-remix-vite-node-stream - You can click "Bad Link" and see the navigation silently fail (slight refresh of current page instead). - Open that file to see the import from...

package:dev
bug:unverified
vite

This merges into the eslint-no-trigger-core-import since it builds on top of that This is a simpler vite port that comes with a few caveats - the server must run with...

**Is your feature request related to a problem? Please describe.** I'm working on an interactive patch tool that, when it fails to apply a patch automatically, outputs the diff to...

when remix was forked from next it looks like you forgot to rename some things, this PR finishes renaming them to Remix

CLA Signed