snow
snow
> Should these images instead be generated using a source image and maybe something like imagemagick during make install? I converted them on my end to avoid having a build-time...
In case it helps, I had a similar issue with a contact (I was the one receiving the "recipient's devicelist is empty" error). Unsubscribing and Re-requesting authorization resolved the issue,...
I was able to get a build working with the following changes: - Running cmake with `-DUSE_SANDBOX=off` resolves the `gpu_process_host.cc` errors in a brute force sort of way, but at...
tl;dr: Setting launch options to `PROTON_SET_GAME_DRIVE=1 %command%` in Steam allows CEF to work with the sandbox enabled. Unfortunately SteamOS 3 doesn't use the patch that provides `kernel.unprivileged_userns_clone`, so I'm not...
I've been working on a patch for this issue on my instance. To avoid making affected replies completely inaccessible, `PopulateStatus` and `GetStatusParents` in `internal/db/bundb/status.go` can just be made to log...
> You never submitted it, right? Correct. I've finally submitted it at #3088
A [Notification Service Extension](https://developer.apple.com/documentation/usernotifications/modifying_content_in_newly_delivered_notifications) is required to provide message content without including message content in the APNs payload.[^1] I've wanted to work on a PR for this, but since a...
I've gotten a setup to test out Notification Service Extension and wanted to share some of my notes. Since I didn't mention previously: the main reason I'm focusing on an...