Patrick Junger
Patrick Junger
Using a custom parser in a command leads to an error when called with --help (if any (custom) required argument is not passed): Main.scala: ``` sealed trait UtilsCommand extends Command...
Providing a singular macro for ASSERT/EXPECT is really nice & ergonomic! Is there any way to pass in [matchers](https://google.github.io/googletest/reference/matchers.html), so that ASSERT/EXPECT_THAT macros could be replaced as well?
Hey, I've encountered this exception after doing the following on the master branch (8bb67d6758e5bc5ca200fdce7a0fb6635abb66f4): 1. Open a file 2. Press `Enter` 3. Exiting via `Ctrl` + `q` That lead to...
I tried to use the mentioned :internal: tag to, well filter internal changes & I am now unsure about the granularity of the filtering. I called `git-journal --ignore=internal` with a...
**Checklist** - [x] Checked [Support page](https://github.com/matepek/vscode-catch2-test-adapter/blob/master/documents/support.md) **Is your feature request related to a problem? Please describe.** I have multiple related executables that share part of a name, but the names...
Patching the `simple-workspace` example to [replace a crates dependency with an local crate](https://github.com/yusdacra/nix-cargo-integration/commit/5c4ba224ed5388a9337e3a840eb8f76b26c73ff1) leads to problems when building the dependencies. Content of the build directory: ``` nix-build-my-crate-deps-0.1.0.drv-0 ├── env-vars ├──...