Roger D

Results 64 comments of Roger D

I’m having the same issue. Is there a workaround that doesn’t require pip? Can the internal uv be called somehow? I’m worried about calling uv / pip directly and creating...

I think the bug might be in your `get_time()` util function, which uses a bunch of older Python functions. You can probably use `datetime` now for everything, and I believe...

> My initial implementation used UTC only which worked in the Americas, but not Europe (if I remember correctly...might have that reversed), for example. So, unless something has changed on...

Did a little more digging, and dumping my findings here. I modified the API wrapper `request_videos()` to accept the actual timestamp string (with no conversion) and noticed this: ```python >>>...