Aymeric Augustin

Results 368 comments of Aymeric Augustin

Clear - thank you. I think there's a valid use case here. This would require adding a new API or extending the current API because [get_user](https://github.com/aaugustin/django-sesame/blob/349b172038952f3758b7dde8ab7aee11cbe0bf66/src/sesame/utils.py#L12) takes a `User` in...

I believe I am hitting this issue as well in the context of https://github.com/aaugustin/websockets/pull/1245. The test suite hangs randomly. Unfortunately, I'm doing all this from Python, which makes it hard...

Look in the logs of your webdav server for the HEAD request that is used for checking whether the file exists. django-resto expects a 200 if the file exists and...

I'm sorry, I don't remember. As stated in the README, I'm not maintaining this project anymore.

Hello, I'm -0 on adding this here in its current form because it feels too specific at that point in the documentation. Indeed, we're 4 lines into explaining `DateTimeField` and...

Oh, yes, I've also hit this error ("pop from empty list") while running the test suite with coverage. I don't know if it's related.

That's good new at least for me -- I only run coverage on the latest Python version so 3.12 saves me :-)

It will be added by this PR: https://github.com/python-websockets/websockets/pull/1332 I have been working on it somewhat actively in the past couple months, so there's hope.

It would be pretty cool if `requests.Session` was guarateed to be safe. This would make [that sort of code](https://github.com/fprimex/zdesk/blob/master/zdesk/zdesk.py#L70) safe by default. This sounds better than pestering every maintainer of...

Thank you for the suggestion. ~What do you think of #40? Would you be able to test it and confirm that it does what you want?~