Daniel Steigerwald
Daniel Steigerwald
"FYI this is fixed in the latest nextjs canary release! 🙌" https://x.com/ericsimons40/status/1793398890471051750
Add the `Evolu.dispose` method to release all resources. Reset and restore should also remove db files (all data are removed, but empty files are not).
Is it possible to safely detect dev and production in JS lib? If so, we should use evolu.world dev version automatically deleted every day or something like that. What should...
One thing I would like to improve is storing JSONs not as strings but as SQLite JSONB. One reason is that right now, Evolu detects stringified JSONs and automatically turns...
### Docs page(s) https://eslint.org/docs/latest/use/configure/ignore ### What documentation issue do you want to solve? Take a look at this discussion. No one understands how ignoring works. Because it's so hard, Eslint,...
This fixes msgpackr usage in react-native ``` diff --git a/package.json b/package.json index 9216a6e3cb7bd14e9c2c57f579634cbfcb117c23..2b56a98ba0fd90faaf414139767a212872dda265 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "types": "./index.d.ts", "main": "./dist/node.cjs", "module": "./index.js", + "react-native":...
This should help. Test it after the release. https://github.com/sqlite/sqlite-wasm/pull/87
Blocked by https://github.com/sqlite/sqlite-wasm/issues/118