Patrick Arminio
Patrick Arminio
I've have never done something like this, but from what I've seen pluggy seems the way to go :D I guess the final outcome should be that we can do...
> I also think plugins might be useful to expand autopub more 100% maybe the pre-release feature can be implemented via plugins. We could also allow plugins to 1. customize...
@steida for my side project I started using the SQL plugin (with Y.JS and soon Loro), maybe I'll check evolu again in future 😊 Thanks for wanting to help!
This one: https://github.com/tauri-apps/tauri-plugin-sql/tree/v2 I did have some performance issue, that I have solved by doing a custom uri scheme, like described here: https://github.com/tauri-apps/tauri/discussions/5597 My issue was that I was sending...
this is how it looks now: 
Python with PDM would be neat (it's my go to package manager for Python)!
I wasn't able to reproduce this consistently, let me know if you manage to do so
I have this working using something like: ``` Object.values(JSON.parse(snapshotTextFromDb)) ``` but I wonder if we should not use JSON to send data to Rust, if I understood correct the new...
I also moved the dev dependencies to `[tool.poetry.group.dev.dependencies]` 😊
I'd love this feature too, not sure how it could be implemented though, maybe we can have a command that says everything after this goes on the right? So like...