markjreed
markjreed
``` $ rbenv --version rbenv 1.0.0 $ ruby-build --version ruby-build 20160330 $ rbenv alias 2.0 system 2.0 => system $ rbenv versions system 1.8 1.8.7 1.8.7-p375 1.9 1.9.3 1.9.3-p551 2.1...
Code from the README: 2.times! do!: print! "hello, ", end: "" Result: 1│ 2.times! do!: ^^^ NameError: do! is not defined erg v0.2.2 installed on macOS 12.5 via rustup-installed cargo...
The README refers to `cookbook_name` as an attribute of a resource specifying the location of the associated file, but that is incorrect; the attribute is simply `cookbook`. There is a...
The argh documentation and code comments have annotations about what is supported in different versions of the package, but there's no version information installed with it. The module has no...
**Describe the issue** Not able to enable nested virtualization despite running on x86_64 Mac. Issues and enhancement requests I can find about this all seem to relate to the feature's...
I get this error: ``` building .ext/include/x86_64-darwin22/rb_mjit_min_header-3.1.2.h error in initial header file: /usr/local/bin/clang -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type...
The "Slurped X characters into buffer" is back. I don't see anything in the code to set `msgwait` to 0, as mentioned in #23. Regression? It's painful to use without...
So it seems like Complex should be in the list, but is there any way around this without modifying the code to JSON::Fast itself? The type handling appears to be...
If the supplied arguments aren't parseable and a usage message is output, it should go to stderr, not stdout. (Whereas if the user requested a usage message with the -help...
I'm setting Quiet to true, but I still get warnings scrolling past in the console output of my app. Am I missing something? ``` Document htmlDoc = Document.FromString(htmlBlob); htmlDoc.OutputXml =...