André Costa

Results 6 issues of André Costa

# Feature request ### Context Since using odmantic the purpose is to to async calls to the db, it makes sense to be able to validate some field regarding some...

enhancement

When I try to run the sinslider example I get this error: I/python (13506): File "/home/andre/.buildozer/android/app/main.py", line 5, in I/python (13506): File "audiostream/sources/wave.pyx", line 5, in init audiostream.sources.wave (audiostream/sources/wave.c:3438) I/python...

bug

If I run pylint alone, it works fine. When I run pytest --pylint, I get: ``` INTERNALERROR> configparser.MissingSectionHeaderError: File contains no section headers. INTERNALERROR> file: 'G:\\risk-util-tool\\engine\\.pylintrc', line: 1 INTERNALERROR> '[MASTER]\n'...

## Version of Dear PyGui Version: 1.10.0 Operating System: macOS Sonoma 14.0 ## My Issue/Question When running a dpg app, I get: ``` Python[2292:67199] WARNING: Secure coding is not enabled...

state: pending
type: bug

For example on the register endpoint: ```py responses={ status.HTTP_400_BAD_REQUEST: { "model": ErrorModel, "content": { "application/json": { "examples": { ErrorCode.REGISTER_USER_ALREADY_EXISTS: { "summary": "A user with this email already exists.", "value": {...

enhancement

When trying to use one of these two, for load I get: `_make_object() got an unexpected keyword argument 'many'` For dump: `_remove_skip_values() got an unexpected keyword argument 'many'` Seems like...