Ophir LOJKINE

Results 1261 comments of Ophir LOJKINE

I use this nasty trick to disable type checking of a single attribue : ```svelte const notypecheck = (x:any)=>x; ```

It's the browser who is responsible to free memory on page reload, whatever the webpage itself does...

Just to be clear, does this happen when you reload the page, or when whatever framework you are using hot reloads modules ?

Do you have an easy and minimal way to reproduce your issue? @kripken , any idea?

Are you sure `/dist/${filename}` is what you need? Did you check if the files were loaded correctly in your custom environment.

Compiling sqlite to js and quickjs to wasm to run one on the other strikes me as bizarre and inefficient. Why not compile sqlite to wasm directly if you have...

@lastmjs , what does the debug build output for you ?

Yes, I have been in contact with SQLite maintainers

As a beginner, this library is probably easier to use. sqlite-wasm is more complex but has more features.

Thanks! Can you open a pr ?