Paul Makles
Paul Makles
I've come to associate the `invite_only` error with a web server configuration error serving non-JSON data where JSON should be. Can you inspect network requests and see what the exact...
It would probably be best to indicate the user is logged in somewhere around the main hero section.
Just need an extra field on the FileHash object that includes the hash, that can be included&served to clients
> so why we need a vapid keys? Push notifications
Guide is back up, closing out issue. Will migrate it at some point though, probably when I rewrite the documentation for the new backend stuff.
It appears to be struggling to connect to your mail server, have you verified the connection manually? If you specify "localhost", it won't work because that will refer to the...
Would like to do this Rust native and not pull in exiftool (appears to be quite difficult to get a static copy). One option is little_exif, but ran into an...
Tried to rebase forked crate on main, now does not build due to: ``` error[E0658]: use of unstable library feature 'seek_seek_relative' --> /home/izzy/.cargo/registry/src/index.crates.io-6f17d22bba15001f/revolt_little_exif-0.5.1/src/png/vec.rs:174:11 | 174 | cursor.seek_relative(chunk.length() as i64 +...