Results 204 comments of David Buchanan

Note that AV1 has better compression so "lower" bitrate compared to h264 is normal and might not necessarily have worse visual quality. As for everything else, I don't have time...

I believe the failure to resolve is actually a regression. When I made this post https://bsky.app/profile/did:plc:vwzwgnygau7ed7b7wt5ux7y2/post/3jw2hn5dm7m2e (May 2023), I'm quite confident that https://plc.directory/did:plc:aneosvncwerovrzwxrmrnurv resolved and returned a DID document, rather...

as a workaround, one can do something like this ```py def format_interval_fixed(t: int) -> str: sign = "-" if t < 0 else "" return sign + tqdm.tqdm.format_interval(abs(t)) ```

An equivalent check has been added in #129

My debugging advice would be to take the JSON you're trying to submit, and try to submit it via `goat plc submit` - goat currently has better syntax-checking and error...

I imagine cgroup freezer doesn't work from inside docker, since it'd require privileged access to the host's sysfs

This is a known behaviour, and it's part of why a new API surface is coming that's more amenable to real-time sync use cases. The bug is in the API...

It's likely that the requests are failing outright, rather than it being a CORS issue per se (CORS preflight is just the first thing that happens). The network tab would...

I'm guessing it's a routing or filtering issue *somewhere*. Given the small number of people reporting this, I'd guess it's an issue with your ISP. Running traceroute/tracepath might provide some...