Patrick C.

Results 10 issues of Patrick C.

Happily, Elvish has a really convenient way to ensure that the command you're invoking is an external program without the use of special syntax. It's currently documented in the pages...

doc

Only when OMF is enabled, `alias ls "ls --color=always"` causes tab-completion used with the `ls` command to hang the whole Fish shell. The GRC plugin causes the same issue, presumably...

Meghanada doesn't have an interactive debugger, does it? I see a variable mentioning remote debugging in the readme, but I don't know what it means.

help wanted

The tests for this program assume that running Darwin means that FreeBSD's coreutils are on the path, but that's not necessarily the case. With the Nix package manager, this breaks...

This adds support for the [TruffleHog](https://github.com/trufflesecurity/trufflehog) secrets scanner. It's presently not nearly as configurable as I'd like, or as neat as I'd like, but hopefully I can take it out...

new-hook

OrbStack has great first-class NixOS support, and that's a kick-ass, standout feature. OrbStack also has support for automatically configuring new machines at time of `orbctl create` invocation via cloud-init's user-data....

t/feature

It would be nice for users who are not already familiar with the NixOS module system if `disableModules` were documented as a top-level `devenv` option, so they could easily figure...

enhancement

**Describe the bug** Sometimes in projects created with the flake-parts template, one can run into a situation where the flake-parts checkout is missing from /nix/store (if it gets garbage collected)....

bug

Go-org already supports setting link anchors if a headline's `CUSTOM_ID` property, if set. This is great. 😁 However, one thing it doesn't do that I miss from Hugo's Goldmark exporter...