ellie
ellie
Seems as if the issue is here: https://github.com/atilaneves/automem/blob/a806e1febe1ce339e98302d2d0bb19e65f319a02/source/automem/allocator.d#L45 Known issue (filed in 2014? wtf?): https://issues.dlang.org/show_bug.cgi?id=13833 You can find a proof of concept of this here (comment only the for block...
On battery, I've noticed that the console is filled with clamshell updates `PMRD: clamshell closed 0, disabled 0, desktopMode 0, ac 0 sleepDisabled 0` which pins the CPU at 10-20%...
I happened to notice that the Sentry integration only makes requests to the Sentry-managed instance. Is there any way that we could have that URL specifiable by users for self-hosted...
@9il Oooooops. I can work on moving the doc generation over to GitHub Actions if you want - shouldn't take too long. Just need the S3 deploy key / have...
In the process of building Mir Algorithm's unittests, I'm frequently running into situations where `dub` exits with `-9` (indicating that my system has run out of memory). After further examination,...
ATM, there is no way for me to implement #373 as I require some way to divide a `BigInt` by another `BigInt`. @9il, could you implement this?
While trying to implement #369, I was trying to use `bitpack` in a behavior that would be equivalent to this: ```d ubyte[] data = cast(ubyte[])['A', 'B', 'C']; auto grouped =...
As of current, the only way to depend on vibe (via Meson) is through this ugly hack: ``` mir_linux = dependency('mir-linux-kernel', method: 'dub') eventcore = dependency('eventcore', method: 'dub') stdx_allocator =...
Apple80211 is already a full fledged supplicant providing the state machine functionality we're desiring after. If this is intended to be a drop in replacement, and provide AirPort functionality, we...
We can offload SEVERAL operations to the physical card (inc. decryption/encryption), as shown in the iwlwifi source code. We should try to implement these ASAP.