Alexander
Alexander
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description At least when specifying your own exclude in model_dump the exclude attribute of fields is ignored....
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description I tried to build my own Computed Field for a framework named edgy and failed creating...
## 🐛 Bug Report Currently exceljs defines dependencies which should live in devDependencies. This way it bloats the installation by magnitudes while just the dist folder is required. My workaround...
Currently the reference implementation and python graphql-core have a stack problem (this project most probably too, but easily fixable via the generator hack, see graphql-core issue) and the evaluation of...
Currently the dependencies consist of @types/offscreencanvas I think it should be a dev dependency instead
Currently indexes are not properly dropped when drop_models is issued. This leads to bugs when re-intializing models (not a concern in real life except tests)
### Discussed in https://github.com/tarsil/edgy/discussions/98 Originally posted by **edimedia** May 25, 2024 Hi ! I think the related manager is not provided on object when this one is retrieved from DB,...
### Describe the bug When having an ! in the build path (the cwd not the project name contains an !), react-scripts fails with a cryptic error. This is quite...
After weeks of hard work I managed to build a sqlalchemy integration databasez It is a wrapper around sqlalchemy engine for having a smoother interface and now a jdbc connection...
- kwarg filters allow lazy functions - None support for fks has some issues