David Sabine

Results 8 comments of David Sabine

It appears a conflict occurs with multiple versions of url-loader. These lines in your packages.json will also resolve the problem (for `yarn` users): "resolutions": { "url-loader": "1.1.2" } This tells...

> Maybe kinda late but I just did for React (not Next.js though)! If you still want it, I can share it :) Hi. In a React app, the 'window'...

If we could 'pair' for a while and get a repo running on my machine, I'd be happy to poke through the Stripe API documentation and contribute time/effort to this.

Example: in the readme you said: ``` To set up the project locally, follow these steps. 1. Make sure you're on at least Node v.10. 2. Fork the repo and...

Hi Stuart, I did see your tests.js file -- it appears that you're testing the tsw.load function with only two arguments: ``` describe('Load files', function () { var my_success; it('Load...

For what it's worth: I returned to earlier version of `svelte-preprocess` to work around this problem. From my package.json: ``` "devDependencies": { "@supabase/supabase-js": "2.7.1", "@sveltejs/adapter-auto": "2.0.0", "@sveltejs/kit": "1.5.5", "@types/uuid": "9.0.0",...

Hi. I'll test these changes and then comment.