John-Mark Gurney
John-Mark Gurney
So, if a VM has trouble starting, iohyve start will exit out, even though part of it is still running, and can spill messages like: vm_reinit: Device busy bhyve: could...
The documentation does not inform the user that all the zfs stuff will be kept under the iohyve subtree. For someone who does not dedicate a pool to iohyve, it...
The PDF downloaded from https://github.com/opencontainers/runtime-spec/releases/tag/v1.0.2 has links that do not work. If I click on Introduction, the first bullet in the Table of Contents, MacOSX's preview pops up a dialog...
After spending way too long dealing w/ the mess that autobahn deps added over the years, I finally looked a bit closer at things, and found out that the default...
As you can see here: https://github.com/crossbario/autobahn-python/blob/master/setup.py#L258 it lists the following extras: encryption, scram, nvx, dev, xbr and ui And none of those are listed at: https://autobahn.readthedocs.io/en/latest/installation.html
Per the code at: https://github.com/zigpy/zigpy-cc/blob/e75d1fccfcd225abf6ac93a1e215ea16b2018897/zigpy_cc/types.py#L110 If a key is not provided, an insecure key is used. Many applications do not provide a key, such as home assistant (at least at...
``` (p) nmac,ttys017,/tmp/wo,505$python Python 3.7.5 (default, Oct 18 2019, 23:59:39) [Clang 7.0.2 (clang-700.1.81)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import aionotify Traceback (most recent...
`setup.py` has an else clause for unknown operating systems: https://github.com/flamewow/argon2_py/blob/master/setup.py#L36 This else clause causes an error: ``` [...] $ python setup.py build cc -pthread -shared -L/usr/local/lib -fstack-protector-strong build/temp.freebsd-14.0-CURRENT-arm64-3.9/./phc-winner-argon2/src/argon2.o build/temp.freebsd-14.0-CURRENT-arm64-3.9/./phc-winner-argon2/src/blake2/blake2b.o build/temp.freebsd-14.0-CURRENT-arm64-3.9/./phc-winner-argon2/src/core.o...
The submodule for phc-winner-argon points to the git repo at https://github.com/flamewow/phc-winner-argon2/tree/1e7b4b0c4f1fa6adcd5b5287f246b7653537d915 , but as you can see, it's 404, likely because it was made private. Please update this, as doing...
I downloaded ziglang from: https://ziglang.org/download/ and went to verify the signature, but the documentation for doing so is missing. I'm not familar w/ minisign and I assume many people are...