Bao
Bao
> That doesn't solve the problem of TPBs that collect issues from various Series, but i think in that case there is always a _dominant_ Series I don't think that's...
Is there anyone already maintaining a fork, since this repo seems abandoned (no hate, just sayin)? If no one's up for it I'll give it a shot, but I'm not...
`steamos-finish-oobe-migration.service` can be fixed by adding another condition: ```diff --- /usr/lib/systemd/system/steamos-finish-oobe-migration.service +++ /usr/lib/systemd/system/steamos-finish-oobe-migration.service @@ -16,6 +16,7 @@ Before=multi-user.target Before=steamos-create-homedir.service ConditionPathIsDirectory=/home/doorstop +ConditionPathIsSymbolicLink=!/home/doorstop [Service] Type=oneshot ```
> The biggest problem with doing this is that there are multiple, incompatible versions of ls! If that is the concern, why not target [POSIX `ls`](http://pubs.opengroup.org/onlinepubs/9699919799/)? This would surely be...
seems to be this issue: https://www.zsh.org/mla/users/2012/msg00667.html (zsh not forwarding HUP to processes running in a function). Doesn't seem to be a plugin issue, I can reproduce with `zsh -f`. And...
@AndydeCleyre I can reproduce that issue with the rewritten function but I don't know how to solve it yet. At least my suggestion isn't any worse than the status quo...
> Meanwhile I've moved on with yq, which can preserve case properly Except yq, which assumes the input is standard XML rather than HTML, doesn't properly retain the order of...
Also fixed sh word splitting breaking `silently_source_all_tmux_files` in `scripts/source_plugins.sh`
Could we get some eyes on this? (@modrake? @sarahethompson?) This issue is quite painful for certain homebrew setups/flows (e.g. w/ https://github.com/rcmdnk/homebrew-file)
note that since this PR was started, [flynt v1.0.0](https://pypi.org/project/flynt/1.0.0/) has been released: https://github.com/ikamensh/flynt/releases/tag/1.0.0