John T. Wodder II

Results 282 issues of 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...

UI
under consideration
md:requires-dist

Possible setup: See "Sending errors via email" at .

deployment
needs research
monitoring

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,...

deployment
needs research
performance
monitoring

Give `dump` an option for including wheel processing error details in the dumped structures, and make `load` support loading this information. Cf. #11

low priority
error management
cmd:load
cmd:dump

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...

UI
md:entry points
search

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...

search
performance

UI
error management
under consideration
JSON API

- 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...

deployment
needs research
high priority
cronjobs