Guillaume Raille

Results 16 comments of Guillaume Raille

@ZhuoZhuoCrayon I have made the changes but it seems throttled is not working as expected unless I am doing something wrong: ```python #!/usr/bin/env python3 import asyncio import time from throttled.asyncio...

@DouweM look like we are ready for a review! PS: That's definetly the toughest CI I have ever seen but I guess coming from typing experts no surprise here. Anyway...

@DouweM any chance we get some review soon on this? I will address the point above but wanted to also combine with your feedback if possible

> @grll I had a chat about this with @Kludex, and we've got a few thoughts! > > > > 1. Does this actually address https://github.com/pydantic/pydantic-ai/issues/782 in the most appropriate...

> @grll I'm closing this PR as it's been a few weeks with no response; if you're still interested in implementing this feel free to reopen it! @DouweM I still...

You can solve it by making sure the cursor command run: I have this bash script in `/home/yourname/.local/bin/cursor`: ```bash #!/bin/bash # Ensure DISPLAY is set if [ -z "$DISPLAY" ];...