busbaby

Results 4 comments of busbaby

I was just bit by this bug. I see it's been over a year since originally reported. Is anyone looking at this? It's easy to reproduce, but if more information...

I'm not sure what else I can trim away. Part of the execution path of pytube is to acquire an oauth token, by instructing the user to go to a...

@tabedzki Thanks for the update! I won’t have time to test this right away, but would you be able to share a quick working example of lazy loading with the...

> [@rrbemfica](https://github.com/rrbemfica) The issue is that ADK's function parser doesn't support Python 3.10+ pipe operator union syntax (|) in function signatures. As a workaround, replace `List[str] | None` with `Union[List[str],...