David Chen
David Chen
> But this is a bit inconvenient so maybe AnyPath as a type should encode this for itself since it's an obvious encoder (always convert to it's str repr) +1...
Upon reviewing the code, I discovered that it is possible to specify the user with test client. `response = client.get("/quests", user=fake_user)`
I added a unit test to cover this scenario. Run the test case in the master branch will result in the following exception being raised. ``` self = PydanticOutputParser(pydantic_object=) text...
I also encountered this problem, and ultimately, I decided to implement a typed version available at https://github.com/livingbio/typed-ffmpeg.
As for me, it seems like the problem is connected to `--install-types`.
+1 for this PR. Without this PR, django-taggit has **serious** performance issue in any non-English applications. https://github.com/jazzband/django-taggit/blob/83fe619d5b5f3b3eeb8524b36b066fb0dbbfe3f0/taggit/models.py#L61-L71 Insert a new non-English tag to existing 10,000 tags, will cost 10,000 query.
> You can upload JPEG images from your computer to your Personal Library using iCloud.com. based on the https://support.apple.com/en-ca/guide/icloud/mmb5dbaf376f/icloud only jpeg is support by this API :( so I switch...