Matthieu
Matthieu
Hi @mamiu! Currently the plugin doesn't remember how abbreviations are triggered, so it's not possible for now. I'm also interested in this feature, I'll take a look at it when...
Hi @andreiborisov! > I think it's better to skip erasing user settings in universal variables The main reason user settings are deleted on uninstall is to allow reseting the plugin...
> there is no way to distinguish an update from a manual uninstall In fact, fisher emit a [separate event for update](https://github.com/jorgebucaran/fisher#event-system), so you can have different logic for both...
Hi @bassamanator @vpishuk this should be fixed in 7085570 can you update to the latest enhancd?
Hi! First, thanks for this project! I started using piccolo on a new project and I really like the SQL like syntax, auto migrations, modularization and the overall simplicity without...
Thanks for your explanation about the `save` method, I understand better how to use it. Some other questions that comes up to me : - Regarding the schema : is...
Hi @Barceloch ! I'm currently working on that (on the wip/db-abstraction branch). I didn't tested it with motor yet, but most of the heavy lifting is done. I managed to...
Hi @patrick91 This is a great idea! I implemented something similar in [gazorby/strawberry-sqlalchemy-mapper](https://github.com/gazorby/strawberry-sqlalchemy-mapper) , but for strawberry inputs. The idea is to automatically handle data validation of query/mutation inputs and...
Hi @patrick91! Will update the doc accordingly once API changes have been finalized
Hi @alexhafner @patrick91 Sorry for being silent here, was busy on other projects. I think nested model generation is important for any advanced use-case making use of pydantic or any...