Ben Wiederhake

Results 121 issues of Ben Wiederhake

Running with `pidgin -d`, I get the following output: ``` $ grep -Firn '' pidgin_1602228509_std???.log pidgin_1602228509_stdout.log:33014:(09:28:30) rocketchat: got frame data: a["{\"msg\":\"result\",\"id\":\"9\",\"result\":{\"messages\":[{\"_id\":,\"rid\":\"GENERAL\",\"msg\":\" die „_“ in ohne „_“ aber \",\"ts\":{\"$date\": ``` And...

Steps to reproduce: - Be person A, have your client open from the beginning - Person B writes a message - Person C responds to that message in a "thread"...

Steps to reproduce: - Install Debian stable (or anything else that uses `file` in a version different from `5.44`; Debian stable uses `5.39` at the time of writing) - Install...

bug
ports

```console $ true | cargo run -q tr '[:lower:]a' '[:upper:]' $ true | tr '[:lower:]a' '[:upper:]' tr: when translating with string1 longer than string2, the latter string must not end...

U - tr

## Doesn't work as `hashsum` ```console $ cargo run -q hashsum --sha3-512 --bits 256 README.md 5bde479913538c7f932e8521719ab5ffea4e7b12b68905a9c147341090d8f738165f5a30fc5d2c05a320d500dcf912e40c77f78ae3236a9118a1be2e5fe35340 README.md ``` ## Doesn't work as `sha3sum` Tightly related, perhaps the same bug: ```console...

U - hashsum

`--strict` without `--check` is meaningless, and we should raise an error accordingly. Just like GNU does: ```console $ ../gnu/src/md5sum --strict < /dev/null ../gnu/src/md5sum: the --strict option is meaningful only when...

U - hashsum

I just tried to link to semver 2.0.0, zerover 0.0.1, and calver … well which version exactly? There are no calver versions, so it's not clear which one I'm referring...

Before: ![Bildschirmfoto_2024-07-10_20-25-33](https://github.com/42wim/matterbridge/assets/2690845/00dfdf47-3107-4144-8f8e-c22e08fb5509) After: ![Bildschirmfoto_2024-07-10_20-26-14](https://github.com/42wim/matterbridge/assets/2690845/c839f1d7-0ba3-4a98-ac10-e7ad1d875a21) This feature is off-by-default, and can be enabled whenever it's needed. I'm sure there are some situations where it *shouldn't* create an additional message, but this...

**Describe the bug** Sometimes, very rarely, matterbridge receives a particular message "again", even though it was not even modified. This seems to correlate with running for a long time (weeks),...

bug

There seems to be a problem in our incremental build system. I discovered this when comparing uutils against GNU coreutils in a semi-automated way, and my script wrote to some...

help wanted
rust