Guillaume Raille
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" ];...
Hey there! I have been working on this with the community on my fork: https://github.com/grll/claude-code-action. Originally you just had to pass a few values from your credentials.json as secret on...
Hey @Sebek1232 yes it's really a python thing. In python optional are always a type | None and set to None but in other language like go this doesnt fly...