Chris Down
Chris Down
I don't see any problem with this. Either: 1. pacaur will break, and then we can have this discussion 2. (more likely), pacaur will be adopted by someone 3. if...
I also use this with `become_user`. You're right that the readme should be cleared up. The problem is that we cannot determine which user is suitable for this. We can...
Hi! Thanks for digging, sorry for the late reply. I think it might be time to move to `xclip`, which has `-t UTF8_STRING` to make it clear which types of...
Thanks for getting back! Well that's... weird, I don't expect UTF8_STRING to get populated when there's an image. I'll investigate more, thanks.
That's particularly weird because UTF8_STRING isn't even listed in TARGETS. With `-verbose`, one sees that it's being converted, I guess? ``` % xclip -verbose -debug -selection clipboard -t UTF8_STRING -o...
Ah, so it's just freely interpreting: ``` % xclip -verbose -debug -selection clipboard -t DOESNOTEXIST -o >/dev/null Connected to X server. Using selection: XA_CLIPBOARD Using DOESNOTEXIST. Type is image/png. ```...
This was initially a design decision rather than a bug, but yes, it's worth reevaluating now that we have better indexing time complexity. Probably we can just also bunch the...
Thanks: I won't have time to look at these for a bit, but will get back to you eventually. :)
Commented there, thanks.
Hi! Sorry to be late getting back. In general, we're not going to move away from bash with the convenience provided by bash arrays and other features, and readability is...