angussidney
angussidney
If I remember correctly, before `!!/approve` on GitHub broke, it was using a merge strategy which automatically resolves most of the normal merge conflicts that we get (as a result...
Basic spec: search all existing rules for whitelist variants (and add it to rules which don't have them already), then refactor to refer to a global file containing the whitelist...
As a side note, it'd be interesting to benchmark how many messages we send to each chat server, and which rooms they're going to. That might make it easier to...
Every time `make_api_call_for_site` is run, it logs the queue timings to disk using the `store_queue_timings()` method: https://github.com/Charcoal-SE/SmokeDetector/blob/master/bodyfetcher.py#L154 This then calls the `_dump_pickle` method: https://github.com/Charcoal-SE/SmokeDetector/blob/master/datahandling.py#L333 which passes the `"wb"` option to...
I have two proposals for how we can go about fixing this issue: 1. **Disable queue timing logging by default.** This data isn't necessary for Smokey to correctly function, and...
Some initial changes have been started here: https://github.com/Charcoal-SE/SmokeDetector/tree/3243-heavy-disk-usage-fix
I'm getting this error too. Maybe due to the recent(ish) Atom update?
Just to confirm the status of this issue, is it currently possible to set the login server using MDMs, or is that a feature still in progress or waiting for...
@cvocvo I believe he's referring to [this page](https://docs.pi-hole.net/guides/dns-over-https/). I have also encountered the issue, I am yet to attempt Alexa's suggestion but I will post an update here if it...
Re-evaluated recently: http://squirrel.anu.edu.au/plotty/angusa/benchmarks/p/W4UHbJ ``` GenCopy GenImmix Immix StickyImmix geomean 1.539 1.099 1.000 1.034 ```