Kirill Klenov

Results 25 comments of Kirill Klenov

Sorry, I've no time for the moment to spent on this 🤷‍♂️ And I don't use c# so PR is very welcome, sure.

a "little bit" late, but I've add an option for this: `Meta.id_keys`

Peewee-Marshmallow by default generate `id` field dump only. So marshmallow raises an error when you are trying to send `id`. You may set `Meta.unknown = 'IGNORE` or `Meta.dump_only_pk = False`

Sorry, but maybe you could try this: https://github.com/klen/mixer

BTW there is a library to generate `imgproxy` URLs: https://pypi.org/project/imgproxy/

@spumer Thank you for your work. I've come back and plan to continue the work. but I appreciate to your fork exists.

This has been fixed in a5590bb04de3f1f201fd1fd0ce9cfe5825db80ac, but packages wasn't updated 🤷‍♂️ > The Curio project is no longer making package releases. I'm more than happy to accept bug reports and...

@dabeaz Installed the latest python 3.12.2 (Apr 8 2024) and the latest curio from pypi: ``` Python 3.12.2 (main, Apr 8 2024, 12:08:45) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin Type "help",...

@krishnakumarg1984 Thank you for the report. The issue has been fixed.