Josip Igrec
Josip Igrec
Refresh tokens are orphaned on upon running the `trikoder:oauth2:clear-expired-tokens`. Orphaned Refresh tokens no longer have any info relating to their respective client and are therefore basically useless and can cause...
It would be really nice to have some sort of (maybe even optional) confidence scores for text recognition output. It seems that information is already present in the lower-level libraries...
Some websites manage to detect LibreWolf devtools. For example, https://aniwatchtv.to/watch/one-piece-100?ep=2142 or rather https://megacloud.blog but can't direct link video from there Doesn't load when devtools open and plays normally with devtools...
In some heavily concurrent cases, accessing a local DB connection will panic inside the `libsql` crate: ```text thread 'tokio-runtime-worker' panicked at …/libsql-0.9.17/src/local/connection.rs:19:10: already mutably borrowed: BorrowError ``` I couldn't quite...
The new endpoint will return the list of all namespaces currently available. This is required for building a proper UI for the admin portion of the application. Before this change...