Geoff McQueen
Geoff McQueen
I value the output from all my tests, not just tests that have failing assertions. Please do not hide the output from passing tests in Test Explorer/test log.
 `SquareTools.Parse` returns `Square`, (`enum Square : ushort`). The test passes, as expected, despite NUnit's analysis. Even though there is only one type in the whole solution named Square, I...
At time of writing, the latest LLVM version is 15.0.6. The current libLLVM implementation uses opaque pointers but LLVMSharp doesn't support them. A workaround of sorts is to turn off...
- Chainner version: 0.22.0-portable - OS: Windows 11 1. Download and unzip `chaiNNer-win32-x64-0.22.0-portable.zip` from Releases page. 2. Run chaiNNer.exe Output: ``` 23:04:00.633 > chaiNNer Version: 0.22.0 23:04:00.652 > Attempting to...
Some problems have more than one reasonable approach at solving (e.g. using a different formula). Can we prescribe a style for providing more than one solution to a problem? I...
Based on the help page, I expected that seeing the same letter colored gray and another color to be impossible, since the help page says gray means the letter "doesn't...
The readme says > For each move available at the current position, print the move and the number of nodes at the given depth which are an ancestor of that...
ComfyUI output during loading: ``` Traceback (most recent call last): File "S:\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1887, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File...
The Mask Dilate Region and Mask Erode Region nodes ouput a tensor with different dimensions than their input. This leads to errors when attempting to operate on that output. I...
### Feature Description For example, searching for "type" or "convert" should show the Type Converters category, instead of showing nothing. ### Feature Urgency medium (would be nice to have in...