jchristgit

Results 98 issues of jchristgit

Find a way to pass the token all the way down from the top application supervisor (or the closest sane descendant) to the shard payload module, such that we can...

enhancement

We currently have a single ratelimiter state machine per bot, which, according to user reports, is the best-in-class rate limiting solution out there. However, we cannot distribute this across multiple...

enhancement

The building blocks for distributed caching, and an mnesia-based implementation which is more like a finished house frame than a building block, are all there. It is time for the...

enhancement

Our message struct has a lot of fields, and most of them are just a waste of memory, processing power, and my energy. One field whose purpose, besides wasting memory,...

enhancement
docs

All of our internal modules have a "Purpose" section with an admonition mentioning that the module is internal and the documentation is only included for people curious to look behind...

docs

Instead of recommending `wrap_qlc` we should recommend people to use the `pre_fun` and `post_fun` info function return values in `qlc:table` to perform custom setup and teardown.

Presently, when the homepage view is opened, it will sometimes fetch new repository metadata from GitHub and update this information in the database. When data is newly fetched, this is...

area: backend
status: planning
language: python
priority: 2 - normal
level: 2 - advanced

This PR: - reformats all configuration properties into codeblocks - uses proper headings for all categories of settings - fixes indentation of the record data information and removes the `ets_table`...

team:PS
Planned

A member update event triggered the following traceback shortly after startup: ```py 2024-07-08 18:26:19 metricity-85d48b5747-9bpkj metricity.bot[16] ERROR Unhandled exception in on_member_update Traceback (most recent call last): [ ... ] File...

At the moment no messages are inserted for the time when metricity is not available, rendering statistics during that time empty. It would be nice if metricity could backfill this...