Kevin Ernst

Results 26 issues of Kevin Ernst

I tried to make this as uncontentious as possible, with `set -uo pipefail` being the "do this 100% of the time by default" advice and `set -e` being the "but...

…using the Wayback Machine. Closes #47.

- mention dependency on GNU coreutils in README for non-Mac people / people not using Homebrew on Mac - closes #37

The`realpath` utility is part of GNU coreutils, and won't be present by default on macOS or BSD. If installed with MacPorts, it will be called `grealpath`. Ideally `realpath` could be...

Vincent, might I convince you that it's not an error to ask for help? What I mean by that is that `-h` output should go to standard out (so it...

Hi all, Yes, I'll preface this by saying this is definitely an "operator error" that can be resolved with experience, or a careful review of the documentation. However, would it...

feature-request

`sqlacodegen` seems to work fine with `ENUM` types; `SET`s are a different story. If you attempt to run on a database with a `SET` column type, such as the following:...

(possibly related: #369) Hi all, hope you're well. Here is a minimal test case for an unexpected RequireBarewordIncludes policy warning, where I have Perl::Critic::Policy::Modules::RequireBarewordIncludes version 1.138, the current version available...

Use case: I want to quickly copy-paste some statements from the history of a recent IPython session into another source file. Previously, I may have had some hacky shell function...

Commit ed8a3b6d02974b082d842e384e3541fe6e6abbbd broke OS detection on non-Linux OSes, because `$CYGWIN_NT` expands to nothing when the environment variable `CYGWIN_NT` is undefined. What @DookTibs _meant_ was just `"$sack__OS == "CYGWIN_NT"*` (no dollar...