Zach

Results 9 comments of Zach

I'm also interested in this. A utility that generates a .png or .jpeg and saves it to a folder would be amazing.

I think the issue might be that you are storing the cart-open in URL as /#cart-aside when the Remix docs seem to indicate that it should be stored as /?cart=open...

Experiencing same thing. What is the solution here?

**For anyone viewing this issue looking for help -** don't import the css file the way the package tells you to: `import 'react-square-payment-form/lib/default.css'` Instead, just copy and paste [the css...

To bypass the REST API limitation, I am looking for a reason not to run this script (editing the local sqlite db directly). I dont like the idea of editing...

**Update:** I ended up going into the production database (heroku postgres) and editing the locale column directly (using heroku connections vars + pgAdmin4). Fixed the issue for me, but it...

Even more recent one that works for me: ``` "scripts": { "dev": "vite", "dev:electron": "npm run build:electron && electron .", "build": "npm run build:vite && npm run build:electron", "build:vite": "vite...

This is happening for me too.

Ok here's how to fix it. Instead of using the .scss that the package uses (why?) transcribe it into regular css and import it straight into your app: ``` //...