Kevin Ernst

Results 58 comments of Kevin Ernst

@cjfman You have to actually look at the first line of the patch file to figure out what number to give to `-p`, in order to strip off the right...

@chriswolfvision Does this look OK to merge in? I have tests in [another branch](https://github.com/ernstki/eplot/tree/add-makefile-and-tests) in my personal fork, if you want some assurances that it works as advertised.

@kakulukia I can help with this if you don't mind doing the PR! Put something like this in "VARIOUS CONSTANTS" section: ```ruby # default size for the 'dumb' terminal type...

While I 100% agree with you @OpinionatedGeek, and find pending updates that interrupt the thing I actually want to _do_ with a program _before_ I can do it just as...

You can change the app icon with the "Get Info" dialog in Finder. You can ⌘C, ⌘V from another app's icon, or paste an image from the clipboard. Click the...

`rich-cli`'s pager is pretty neat, and I'm not knocking it. But on any platform other than straight Windows (without WSL or Cygwin), you already have a pager that does all...

Oh, thanks @nvie! Looking at this again, I'm a little concerned about my use of `set -e` there, particularly in a context where `which` doesn't exist. ```sh #!/bin/sh set -e...

> I can't think of any command more low-level than `which` that is available cross-platform. The `type` command is a shell built-in, but then you'd have to parse its output,...

Did you perchance try setting or altering the `StartupWMClass` key within the `~/.local/share/applications/Whatever-webpin.desktop` file? I don't use DockbarX or Twilio, but this is typically what's required for me to get...