Eugene
Eugene
> Feel free to submit a PR if you want to work on this! @1st1 what is the plan for implementation? Should c/cython be used? If yes, I wouldn't be...
> I'm curious what's your use case? Currently I have generic crud methods with layout similar to this: https://github.com/kurtrottmann/simple-stack-fastapi-edgedb/blob/master/backend/app/crud/user.py I want to be able to do some additional validation/operations using...
I'm using fastapi which already heavily relies on pydantic models. In majority of cases I can reuse same models for both documentation and data retrieval. Although additional validation that happens...
Actually some form of annotations could be used by model generator to produce more dynamic models. This can be expressed similar to python typings. Initially this could be implemented with...
Obviously database should only store validated data. It's not about validation. Having pydantic models is very convenient for passing object around. It has many convenient integrations with FastAPI which I...
Yeah, I just tried that branch and there is a bunch of stuff missing: ```rs error[E0433]: failed to resolve: could not find `MemHarvest` in `memory` --> src/app/data_farmer.rs:77:37 | 77 |...
Oh, that's good news. If you need any help testing, let me know. Having this thing run on Termux would be awesome
This is not GNOME specific. I am on KDE plasma with Wayland, interacting with color picker hangs app with `Tried to unmap the parent of a popup` in console. MyPaint...
Looking at source I found `BlockingConnectionPool` class that works as expected. For some reason it isn't mentioned in documentation and honestly it should be the default pool. `BlockingConnectionPool` can be...
This version does look better but runs 3 times slower in my tests