Robert de Forest
Robert de Forest
An implementation of #5114. The REPL now starts with a greeting: ``` $ bin/coffee CoffeeScript v2.3.2 REPL, running on NodeJS v11.9.0. Press Ctrl-V to enter and exit multi-line mode. Enter...
It currently references https://docs.pipewire.org/page_tools.html, which does not exist. I'm not sure, but perhaps https://docs.pipewire.org/page_programs.html would be a suitable replacement?
In use case form: "As a user, when my import is incomplete due to not having a valid Cobalt cookie, I want to be told clearly before I proceed with...
On lines 64 and 65 of syntax.vim (as of commit 63074a5), the number of spaces is 0 to 4: ``` syn match markdownListMarker "\%(\t\| \{0,4\}\)[-*+]\%(\s\+\S\)\@=" contained ``` Is there a...
Looks like whatever constructs the path to alternative reporters is incorrectly including 'console': ```console $ KAVA_REPORTER=console node -e '(require("kava")).test("must pass", () => true)' must pass must pass ✔ 1/1 tests...
### Have you searched for similar requests? Yes ### Is your feature request related to a problem? If so, please describe. I have an awesome problem: I have downloaded too...
In v2.1.4 (April 2025) pressing control space doesn't seem to do anything. I can toggle single-stepping from the menu and all other control key bindings seem to work, even the...