Johannes Schickling

Results 317 comments of Johannes Schickling

Put differently: We need support for SQLite's `AUTOINCREMENT` in LiveStore's table schema definition to do something like this: ```sql CREATE TABLE people ( person_id INTEGER PRIMARY KEY AUTOINCREMENT, first_name text...

Also via the `.pkg`. ![Image](https://github.com/user-attachments/assets/e41c90c0-e4d5-4646-beed-431fade48ac8) When trying to follow the ["recovering" guide](https://docs.determinate.systems/troubleshooting/installation-failed-macos/#delete-the-nix-store-volume): ![Image](https://github.com/user-attachments/assets/84bb8a22-5802-4b71-90c3-84e79e1aa540) ![Image](https://github.com/user-attachments/assets/a46b3c8a-1b32-4a0f-b884-1d2bb83b3f07) This is scary!

I'm excited to hear, I think it's mostly a matter of adjusting the SQLite WASM build to provide an additional SQLite variant that bakes in SQLite VEC as well. Since...

Apologies for the delay responding on this. This issue is indeed a duplicate of #256 and progress will be tracked in the other issue. > I am wondering still what...

Thanks for raising this issue. The code you've mentioned is Cloudflare Wrangler and thus outside of LiveStore's control. However, we could investigate whether there are more graceful ways to shutdown...

## Additional Evidence: NodeSync Integration Tests I've discovered that this same `Invalid WebSocket close code: 1006` error is also occurring during the **NodeSync integration tests**, providing additional evidence that this...

Thanks a lot for this bug report! I'll try to look into this soon - one thing that would make it significantly easier for me is to see whether this...

Idea to self to possibly address this: During dev run table def twice and see whether it returns the same result and log a helpful message if detected. The problem...

Is there any update on this topic @alexdima? (Related question on [Stackoverflow](https://stackoverflow.com/questions/65959169/how-to-use-a-vsc-theme-in-monaco-editor#comment116771895_65967072).)