Mark
Mark
Why depend on AHK when Python can be used to create a GUI and listen for keyboard events? You seem to have this awkward thing going on where you use...
I was getting errors installing this package on Python 3.9 on Windows: ``` stl_tools\cwrapped.c(19405): error C2039: 'exc_type': is not a member of '_ts' cpython/pystate.h(51): note: see declaration of '_ts' stl_tools\cwrapped.c(19406):...
Avoid Discord's character limit for messages. Fix #2464
Sentry Issue: [BOT-6H](https://sentry.io/organizations/python-discord/issues/1757973940/?referrer=github_integration) The command uses discord.py's default `Paginator`. Can that be replaced with our `LinePaginator`, which automatically moves long text to a new page? ``` RuntimeError: Line exceeds maximum...
I can't build this on Windows because glibc (used by `CommandLineTool`) isn't available. Is it feasible to make this support Windows? Does UCRT adequately fill in the shoes of glibc...
There's a conflict with this mod and [AE2WTLib](https://www.curseforge.com/minecraft/mc-mods/applied-energistics-2-wireless-terminals) which results in Minecraft crashing before it has finished loading. Sorry if I'm reporting it in the wrong place. I'm not sure...
I remember we ran into this issue a long time ago, before this was a separate project. Turns out it was fixed in https://github.com/aio-libs/aioredis/pull/846, but a new version of aioredis...
I'm not happy with the current state of documentation for the API, as it requires looking through docstrings in the source code. I've been considering using an OpenAPI specification and...
While Docker's defaults are supposedly pretty good, maybe we could do better. Specific areas of focus are likely seccomp and capabilities. @Akarys42 borugh up a [whitepaper](https://www.nccgroup.com/globalassets/our-research/us/whitepapers/2016/june/container_whitepaper.pdf), which, while relatively old,...
A long time ago I made a rough draft of a filter: ``` seccomp_string: "KILL {" seccomp_string: " execve," seccomp_string: " execveat," seccomp_string: " shmget," seccomp_string: " shmat," seccomp_string: "...