Adam Dueck
Adam Dueck
I agree with @sysfu. It would be amazing to integrate [SabreDav](https://github.com/fruux/sabre-dav)/[fruux](https://fruux.com/)/[everything-else-it-runs-with](http://sabre.io/). I just got this e-mail from the [fruux.com](https://fruux.com) people after mentioning it to them: >"If they do plan to...
Friendly ping to @silvenon 🛎 ... sorry to bug you but wondering if this is still in the works. This would be a huuuge help if it were available. I...
Wow, thank you for the quick response. While that does move it down a little lower (closer to where it should be) it's still off. Also the textarea still loses...
Hmm... thank you very much again for your efforts but this still isn't quite working. The textbox gets really mangled. 😕 I understand my case might be a bit of...
I made [a little cli wrapper that does something this with inline-css](https://github.com/adueck/inline-css-cli), before I just found out that juice existed. I wanted to do css inlining from a different language...
Hey everyone don't want to pressure the awesome people working on this but I would LOVE to see this happen. 🙇♂️
It's working fine for me using a M1 MacBook Air with `node v18.13.0` and yarn.
Yes just checked `process.arch` is `arm64`, I'm running it natively. Actually when using `create-react-app` w/ `webpack` I have to use `node@16`. But with `vite` (which [I have to heavily shim...
I had this **same issue using Vite** to build a SPA with PouchDB. (Using either `pouchdb` or `pouchdb-browser` v8). For me, @Sjoerd82 `define: { global: "window" }` was not enough....
> I think you forgot to set `build.commonjsOptions.include = []` which disables commonjs plugin v22 used inside Vite. https://stackblitz.com/edit/github-g2azcc?file=package.json,vite.config.ts Thanks so much @sapphi-red ! The `vite.config.ts` at that [stackblitz link](https://stackblitz.com/edit/github-g2azcc?file=package.json,vite.config.ts)...