risner
risner
I noticed you forked the GitHub of preview 9 binary and made it work again in Catalina. Could that work on Big Sur? could it work with Rosetta on M1...
uname -a Darwin Superbook.local 18.7.0 Darwin Kernel Version 18.7.0: Mon Aug 31 20:53:32 PDT 2020; root:xnu-4903.278.44~1/RELEASE_X86_64 x86_64 Xcode 11.3.1 (11C504) and command line tools also 11.3.1. macbook:build risner$ make Scanning...
File "/usr/local/lib/python3.8/unittest/loader.py", line 205, in loadTestsFromName test = obj() TypeError: run_program() missing 3 required positional arguments: 'program', 'args', and 'operator_lookup' Are tests not wired/written for setup.py yet?
Please add a version number in the setup() block in the setup.py file. This fixed issues when installed showing site-packages with -0.0.0- instead of -0.9.6- for the version. setup( name="clvm",...
[Sorting the flag summary based on outcome time helps one notice what has changed quickly.](https://stackapps.com/questions/6091/stack-overflow-extras-sox/9502#9502) **Use case** Reduces time hunting the list for your most recent flag with a status...
Add -l log file option to record most things going to std::cout in a log file. It also supports periodic (every 60 seconds) system stats to be added to the...
### System information FreeBSD 13.1-RELEASE-p3 AMD64 (Intel 64 bit) zfs-2.1.4-FreeBSD_g52bad4f23 zfs-kmod-2.1.4-FreeBSD_g52bad4f23 ### Describe the problem you're observing I have two pools and two NVMe drives, intended to assign a partition...
Has anyone made a compile of these tools for macOS with Microsoft's VSCode compiler?
Here is a patch that fixes a compile issue that makes it not able to find clvm_tools in chia-blockchain-1.1.6: ``` --- pyproject.toml.orig 2021-05-30 14:12:11.254703000 -0400 +++ pyproject.toml 2021-05-30 14:11:35.404486000 -0400...
### Describe the issue: Start the bot, wait a few seconds, get an error "UnhandledPromiseRejection". Running on a server. I don't know if it is relevant, but the npm warned...