Jonah Lawrence
Jonah Lawrence
@tycrek On Vercel this is expected since we do not have inkscape or imagick on Vercel and currently there isn't a known time when one of these will be available...
@FajarKim Thanks for reporting :+1: Unfortunately, I can't reproduce the issue locally which makes this a difficult issue to debug. For the Demolab site which is on Heroku, it seems...
I made a small change in #605 that *may* potentially help with this issue. It seems to be working on demolab when I try it, but I can't know if...
When there is a lot of traffic to the Heroku server, the GitHub API seems to stop sending back content and the responses become very slow. If it takes too...
Thanks for the suggestions, @XiovV. I believe that GitHub is caching the images, but even with that, the server is overloaded with new requests. We have cache control headers set...
The stats are all generated on the server where the timezone is constant for all requests (I believe it is UTC). It is possible for it to be Feb 8...
When there is a lot of traffic to the Heroku server, the GitHub API seems to stop sending back content and the responses become very slow. To avoid this issue,...
Sounds great! The lint script should exit with a non-zero exit code if a problem is found in order for the Check to fail. Any additional context you can add...
iOS Gboard does not currently have a way to import shortcuts. You can add shortcuts 1 at a time on iOS using [Text Replacements](https://www.imore.com/how-use-text-shortcuts-iphone-and-ipad) in the iOS settings, although there...
Thanks for finding this! It only took a few minutes to generate some python code to convert the dictionary to a plist file using the built-in `plistlib` library. Here's the...