Stefano Tabacco

Results 7 issues of Stefano Tabacco

if i do something like : f = open('test.aaf', 'rw') .... masterMob.import_video_essence(dnxhdpath, frameRate) f.save() if 'test.aaf' does not exist in the filesystem, then everything works fine; if, instead, i want...

i have a json files (comes from an external API so i don't have the option of changing it) that looks like this : (contents of /tmp/test.json) `{ "level1": {...

Contrarily to what's described [here](https://docs.graphene-python.org/en/latest/types/objecttypes/#graphql-argument-defaults): it looks like all the arguments with unset values are passed to the resolvers in graphene-3: This is the query i am defining ``` class...

🐛 bug

**Is your feature request related to a problem? Please describe.** Before trying out Spot on a project I'd like to quickly evaluate if it could generate the schema I'm expecting,...

enhancement

Looks like the package resolution is currently getting stuck while resolving dependencies REPRO: ```bash > nvm use 18 Now using node v18.5.0 (npm v8.12.1) ``` ``` bash mkdir /tmp/test-graphql-faker-deps cd...

Looks like there has been a new major release for flask-sqlalchemy https://flask-sqlalchemy.palletsprojects.com/en/3.0.x/changes/#version-3-0-0 and they have broken backwards compatibility in a few places. For example : ``` @pytest.fixture(scope='function') def _transaction(request, _db,...

I use sqlalchemy `myaliasedtable = aliased(MyTable)` a lot in my code. Would this library support them?