Matt Wonlaw
Matt Wonlaw
I published a new version of @jlongster's fork which contains the fix here: https://www.npmjs.com/package/@aphro/sql.js You can see an example of it in use here: https://aphrodite-examples.pages.dev/todo-mvc/
Is the idea that the service worker would intercept calls to your server and serve whatever it has locally in the db? random observation on the particular use case --...
Looks like a deeper issue -- https://github.com/TryGhost/node-sqlite3/issues/922
better-sqlite3 fixes this -- https://www.npmjs.com/package/better-sqlite3/v/1.3.4 > 64-bit integer support (invisible until you need it) but unclear what that swap might break 🤣
Sorry I had missed this. Will take a look today.
> I'm lately partial to the latter Same. I've been bitten too often by context in the past where either - someone wanted to reuse a component and didn't realize...
Looks gtm overall. Still draft?
Can't wait to try this out on one of the apps I'm working on :) And more complex cases (than the todo list) where components unmount and remount
@a-type - I had some ideas on expressing data fetches so we can avoid "fetch-on-render" here: https://github.com/tantaman/vanilla-fetch would love your feedback if you have some time. I think suspense +...
issue were: - delete did a bad map.join - equal null had a extra } character in the query