Justin Tracey

Results 23 issues of Justin Tracey

Related: #554 As part of getting GNU's join tests to pass (#2634), we implemented support for non-Unicode field separators on unix-like platforms (#2902). The reason for not supporting other platforms...

U - join
J - Encoding

The latest version of GNU's tests add `tests/misc/cksum`, `tests/misc/cksum-a`, `tests/misc/cksum-c`, and `tests/misc/sm3sum`, all of which currently fail. This will track the respective problems from each.

U - cksum
good first issue
gnu testsuite

One of the things left for future work in #3396 was [xattr](https://en.wikipedia.org/wiki/Extended_file_attributes) support for Android, as part of the implementation for `cp --archive`. I tested that xattrs do work on...

U - cp

One of the things left to future work in #3396 was code coverage for Android. As described in https://github.com/uutils/coreutils/pull/3396#issuecomment-1100719518, there were some issues preventing that at the time. One of...

The license was switched from MIT to AGPL in 49ab484fc25c2ca1e4a0e9c2bba4f1491266ff82 to accommodate the AGPL license of Mupdf. However, since the project is only linking to Mupdf, and not modifying it,...

When trying to launch maubot, I get the following exception: `raise ValueError("Invalid URL: host is required for absolute urls")` This originates from [yarl](https://github.com/aio-libs/yarl/blob/68e7d9312ad9eccb695dbc174a4705e9a238c1fa/yarl/_url.py#L163), called via mautrix's `Database` constructor: https://github.com/mautrix/python/blob/735d0c139e48777cbd2385ed15fdb549113914c4/mautrix/util/async_db/database.py#L66 If...

`ls` is supposed to have an exit status of 1 for "minor problems". This includes trying to dereference symbolic links (via `-L`) when they don't link anywhere. The lack of...

U - ls
good first issue

While debugging tests for a `pinky` PR (#3155), I saw some inconsistent behavior between GNU's `users` and `who` utils vs. ours. The PR adds a fake entry to the system's...

U - pinky
U - users
U - who

This is causing the latest version of the `tests/cp/attr-existing` GNU test to fail.

U - cp
good first issue

Currently, when you press "Connect the features" for, e.g., an unmarked crossing on the crossing highways issue, it applies the crossing type but not `crossing:markings`, which immediately results in another...

bug