syeopite

Results 192 comments of syeopite

I actually have a working SABR client prototype done in Crystal. Though it's more of just a video downloader at the moment and I don't really know what'll be the...

For reference here's what the commonmark specs say: https://spec.commonmark.org/0.31.2/#autolink > A [URI autolink](https://spec.commonmark.org/0.31.2/#uri-autolink) consists of . It is parsed as a link to the URI, with the URI as the...

Which Crystal version are you using to build Invidious? There was a similar problem in the RSS feeds as seen in #4256 but it was due to an upstream problem...

It'd also be a good idea to add a new rule to the instance list for regular database backups, maybe even one each release.

All of the social links needs to be tested

The original issue serves as feature request perfectly fine. We just need to remove the `[Bug]` prefix from the title and relabel the issue.

This PR is still set to be merged. It's just that baring important fixes we generally try to merge PRs in batches to avoid extra maintenance burden from new image...

The caption size setting is done through our player — VideoJS — and not a feature of Invidious directly and is done entirely client side through the player. It might...

TODO: Add connection pool stats to `/api/v1/stats` https://crystal-lang.github.io/crystal-db/api/0.13.1/DB/Pool.html#stats-instance-method https://github.com/crystal-lang/crystal-db/blob/892c25675634fcdf59780055c872be8468b2c204/src/db/pool.cr#L103-L110