Jake Howard
Jake Howard
As a human, reading the table is very easy, and nice to use. However for scripting use, it's not. Currently, adding in certain filters like `sort` force a live table,...
Especially useful when parsing lines of different structures with `logfmt`, it's useful to say something like "only use lines where this variable exists", or something. This could be something where...
## Expected Behavior It currently isn't possible to use tools like `asyncio.gather` with APScheduler. ## Current Behavior Currently, `.start` does some weird things behind the scenes with the event loop,...
This improves page responsiveness on first load, especially on pages with many images (eg images list in Wagtail admin) _Please check the following:_ - [x] Do the tests still pass?[^1]...
This query is run for every single page load. It runs fairly quickly, but avoiding it entirely is much nicer. This caches sites based on hostname and port. Due to...
### Changes This removes the need for a custom `command` in `docker-compose.yml`. https://github.com/plausible/hosting/blob/f7682057104671b42e3fff3a106f93a32ea14775/docker-compose.yml#L30 It intentionally removes `init-admin` from the setup, as this should really only be done once. This should...
### Past Issues Searched - [X] I have searched open and closed issues to make sure that the bug has not yet been reported ### Issue is a Bug Report...
Selecting 'YTD' shows all the stats i'd expect it to, but 'ALL' shows 0's all around. Requests to the `/agg` endpoint return all 0s. Running v1.2.1 on MariaDB.
Building on #440, it'd be ideal to require a user login before they could use piped. Possibly also a solution to #439. Yes it's possible to add some extra auth...
When running for the first time, the default configuration is invalid, and doesn't allow modification. ``` $ /usr/local/bin/bwdc config directory 2 Could not find data file, "/home/xxxxxxxxxxxxx/.config/Bitwarden Directory Connector/data.json"; creating...