John T. Wodder II
John T. Wodder II
Project dependencies that are only required for extras should be distinguished from non-extra dependencies somehow. Ideas: - Make "Most Depended-On Projects" display two leaderboards, one taking extras into account and...
Possible setup: See "Sending errors via email" at .
PostgreSQL is currently configured to log queries that take more than one second, but I'm not paying attention to the logs. The logs should be shipped to an ELK stack,...
Give `dump` an option for including wheel processing error details in the dumped structures, and make `load` support loading this information. Cf. #11
The "Browse Entry Point Groups" page should gain a search box for filtering down to just groups whose names match a given glob pattern. If only one group matches the...
Try to speed up file search queries with: ```sql CREATE EXTENSION pg_trgm; -- ^^ Must be run inside the database by a superuser CREATE INDEX files_path_idx ON files USING GIN...
- It seems that systemd offers no features for doing this, and so the pretty much the only choice is `flock`. - Possible behavior to aim for: - If a...