Ben Wiederhake
Ben Wiederhake
```console $ echo -en '1234' | tr -t "1234" "[:blank:]" tr: when translating, the only character classes that may appear in string2 are 'upper' and 'lower' [$? = 1] $...
```console $ echo -en '123456789' | tr -t "123456789" "[:upper:]" tr: misaligned [:upper:] and/or [:lower:] construct [$? = 1] $ echo -en '123456789' | cargo run tr -t "123456789" "[:upper:]"...
This makes #6217 available to `timeout` and all other utils that try to parse signal names in the future (at least `env`: #6377). Fixes #6381. I don't have GNU kill...
Copying files as symbolic links to a new (sub-)directory would require constructing a relative path from the new location to the old, e.g. starting with `../`. Trying to do so...
`kill` accepts signal names regardless of the casing: #6217 `timeout` accepts signal names regardless of the casing (this issue): ```console $ cargo run -q --features timeout timeout -s TeRm 0.1...
Since #6256, we accept `-c`, and callers think that we actually verify the checksum of some files. However, we always exit with 0, yielding obvious false-positives like this: ```console $...
On many occasions, I get a popup saying "Internal server error". This includes: - Once for every joined channel when pidgin is started - Once for every incoming message in...
Steps to reproduce: - Use Rocketchat 3.18.1 - Create a "direct message group" with multiple people (call them A, B, and C) - Use it in the web client (i.e....
Steps to reproduce: - In the web client, upload an image, enter a caption - Observe that in the web client, the caption *and* the image are displayed as a...
I ran into this only once, but here's what I *think* has happened: - Use purple-rocketchat - Put computer into standby - Use other device to talk *a lot* on...