Pepa

Results 75 comments of Pepa

curently i have this usecase in dict (yaml :D ) there is string that is validated and converted with pydantic and help of pytz to datetime.tzinfo (probably there are more...

yep and converting it to tzinfo object and yes i know exacly what the problem woth RFC and ISO but google on their API solves it like this ```json {"dateTime":...

i am providing also my impleementation that i made last year it is pure python (pytz) implementation for reference... feel free to use it in non profit code...or in pydantic...

> Any progress on adding the Apple Silicon support? apple is supported just neural engine acceleration is not by. Go cry there https://onnxruntime.ai/

this is my own implementation in python (not speedy but may serve as starting point) https://github.com/roman-right/beanie/pull/912

I have related pull request https://github.com/dbader/schedule/pull/391 and i noticed yours now. But you solution for running corutines is much better....mine was mostly concerned about handling os signals fast (even with...

> @07pepa, Hello! I'm so sorry for so long to respond. I am always in favor of cooperation. I suggest you make a PR to my fork. I promise to...

if i may chime in why not use https://codspeed.io it is used by [pydantic](https://github.com/pydantic/pydantic/blob/main/.github/workflows/codspeed.yml)