Results 28 comments of Caleb Gross

Thanks @maweki—switching my argument order solved this problem for me too, though I'd ideally like to be able to use process substitution for both arguments.

Hey, thanks. Will take a look shortly.

Loving this tool. Since `ls` places the file size right before the date, I'm finding it hard to break the habit of expecting the size to be in the same...

Ran into this issue today, and had to resort to using `dig` to resolve a subdomain containing an underscore.

I merged the other PR, so please resolve the existing conflicts here and I'll accept.

Hi, @colindean. I took a stab at `jqfmt` here: https://github.com/noperator/jqfmt. Let me know what you think!

> my script that moves certain windows to certain spaces @tophee, this issue was causing a [similar problem for me](https://github.com/koekeishiya/yabai/issues/1615#issuecomment-1413068787). I worked around it by using AppleScript to locate the...

Correct, the latter: yabai will see it as long as it's in focus.

Agree. I'm kind of doubtful that a widely used package like `servo` would accept a PR for a nonstandard CSS selector like `:contains()`. More realistic option might be to find...

If it's too hard to get this functionality implemented upstream as a pseudo-class selector, then we could alternatively add a CLI option instead: ``` OPTIONS: -a, --attribute Only return this...