Doug A

Results 128 comments of Doug A

Ok, I've found a work around which kind of confirms there's a Vite bug with their rollup plugins still ## Workaround: Add the `@wasm-tool/rollup-plugin-rust` to the `build.rollupOptions.plugins` array: ```js ///...

As much as I'd love to do a PR for supporting hypercore, that is likely over my head at this point (but I'll try), I'm still trying to figure out...

Ran across this silent error today.

FYI I am particularly interested in "roughing" up SVGs

`vite dev` does not work, but `vite build` does work. Not ideal, but at least we know it's limited to the dev command. I also tried a few tricks to...

> @DougAnderson444 Strange, Vite claims that it can run Rollup plugins in both dev and build mode. What error are you getting? Error I get is `package` is a reserved...

Thank you so much @Pauan for makign this work with vite, I just tried it and it works great in dev mode!

> I did a dirty fix for it a while back. > > I just cloned the stripe-node repo and adapted it for cloudflare workers. > > https://www.npmjs.com/package/stripe-cloudflare ✨🎉🎇 This...

> implementations should extend the same Connector class in order to share their active connections with each others when talking to the same provider url Totally agree. The way I...

> Ideally it would be possible to do everything in the browser such that a separate build step for users is not necessary. If that is not feasible a rollup...