Pieter
Pieter
#### What roadmap does this PR target? - [ ] Code Change - [ ] Frontend Roadmap - [x] Backend Roadmap - [ ] DevOps Roadmap - [ ] All...
I use VSCode to keep temporary notes/snippets without saving them:  This happened when I tried reproducing my use case in vim-workspace:  Am I doing it wrong or is...
Is there a recommended way to define custom animations? I tried creating one myself and including this in the page's stylesheet: ``` @keyframes ken-burns-test { to { transform: scale3d(1.05, 1.05,...
I'd like to use Simple Gallery to shrink down photos before uploading them to Google Photos in order to save space. I noticed that it removes all EXIF data including...
As mentioned in https://github.com/tom-james-watson/breaktimer-app/discussions/107, I've generated dynamic tray icons that indicate how close you are to your next break. I've made 10 of them indicating 0%, 10%, 20%, ... 80%,...
This pull request builds on https://github.com/jezdez/django-celery-monitor/pull/40. However, it was failing some code checks because - I assume - the test coverage was lacking. So here are their changes, some additional...
Your master build is failing, presumably due to the HTTP 503 error in https://travis-ci.org/jezdez/django-celery-monitor/jobs/324656984. It looks like a temporary network issue, so rerunning the build might do the trick. Can...
I recently updated Tasks.org from an older version that's no longer listed on F-Droid. Since the update, only some tasks from my task list (synced through a Google account) are...
I removed some Django/Python versions from the Travis CI config because they're not actually compatible with the library. See commit description of https://github.com/mishbahr/django-modeladmin-reorder/pull/35/commits/d91424c07c956211130cf7fde7fd25862b5489f0.
**Describe the bug** I see this on every startup:  **To Reproduce** Steps to reproduce the behavior: 1. Start fresh 2. Get latest init.lua (https://github.com/nvim-lua/kickstart.nvim/blob/d37a3a946288c97e52e3d82e8a710c099eb6bd90/init.lua at time of writing) 2....