NotAFile
NotAFile
This would be a good thing to fix. The relevant component here is the `map_extensions.py` script.
Interesting. I presume this is some kind of mistake in the ban vacuum code? Or perhaps a mistake in serialization. WIth debug log level, it would be possible to see...
Interesting that it's removing exactly three every time
Are those `: norecoil hack` bans caused by a script? The numbers are very suspiciously in the range of monotonic timestamps. However all of our code appears to correctly use...
That would be pretty hard, considering there is no real login system.
I wonder how we could unit test this without having 100MB of map files in our repo. Perhaps we could generate simple patterns on the fly... The VXL format is...
This is really annoying because I can't reproduce this. Where is it going wrong? Perhaps we should build with asan in CI?
Very nice, I'm looking forward to this. One thing I'd like to mention about this approach is that it is accessing global state through environment variables. This make it very...
> You could always follow loading config file with updating from env Yep, that's exactly what I was considering. I'm not sure how you could do it much cleaner. Perhaps...
I think that silently overwriting is the way to go in terms of functionality. That's how most applications do it. What I mean here is how that's implemented in code....