Christian Höltje

Results 225 comments of Christian Höltje

### Workaround Remove trailing `.` from `HostName`.

It shouldn't be using `die` which exits with a non-zero exit code and causes `systemctl --failed` to show that service as failing. If the `$old_home` is a symlink to a...

Isn't this a bug, not a feature? Since the old API is [now gone](https://github.com/blog/1090-github-api-moving-on)?

According to https://gist.github.com/419219 it looks like the desktop OAuth is disabled. :-( The non-desktop version is here: http://developer.github.com/v3/oauth/ I suppose you could automate the "creating an OAuth token for command...

> I confirmed that `goenv install 1.18` works, I did not expect that to work. ... and it would be nice if it selected the newest 1.18 (avoids running known...

The Blex Mono font seems to have the same problem. ```diff --- /tmp/original-list 2021-05-14 09:50:17.000000000 -0400 +++ /tmp/after-automatically-removal-by-font-book 2021-05-14 09:49:51.000000000 -0400 @@ -1,18 +1,12 @@ Blex Mono Bold Italic Nerd...

IIRC zsh itself can dump out an abstract syntax tree. That could be useful for testing.

The project I first learned about it was zdharma/zinit ... however, the owner deleted everything. It's moved to [zdharma-continuum](https://github.com/zdharma-continuum/zinit) (yay! opensource!) but I'll have to dig around again to figure...

Ah, here we go... In `zshexpn` under [`Parameter Expansion Flags`](https://zsh.sourceforge.io/Doc/Release/Expansion.html#Parameter-Expansion-Flags): > **_z_** > Split the result of the expansion into words using shell parsing to find the words, i.e. taking...

I stole [the `jq` idea](368#issuecomment-634382048) from @foriequal0.