Dorian Péron
Dorian Péron
This PR aims to support the QUOTING_STYLE environment variable as proposed [here](https://github.com/uutils/coreutils/pull/5553#pullrequestreview-1761217383).
Hi ! I know this is looks like Déjà-vu ( #255 ), but I keep inserting unwanted Lorem Ipsum paragraphs everywhere, which is not very practical. Wouldn't it be better...
Hi, I am running Arch Linux, with the 6.1 LTS kernel. I have the `xdg-desktop-portal (1.18.0)` installed with the `xdg-desktop-portal-gtk (1.15.1)` backend. When compiling rfd with the `xdg-portal` feature, the...
Hi ! Just wanted to suggest to modify slightly to the `recognize` example, as the ordering of the output type is not obvious to me Here is my suggestion: ```rs...
Some utils' behavior may change depending on the `stdout().is_terminal()` answer. This is the case for `ls` which adapts its default quoting style depending on STDOUT being a TTY or not....
- [x] I've searched the [issues](https://github.com/Riverside-Healthcare/djLint/issues) - [x] I've read the [docs](https://djlint.com) ## Feature Request Hi ! Currently, the CLI parameter `--configuration` needs to be given a path to a...
I was fixing [TODOs](https://github.com/uutils/coreutils/blob/8078fca99b71946ff5865c097d0d42bd6818ee92/tests/by-util/test_ls.rs#L2659C12-L2659C16) in the testsuite to check TTY outputs. And I realized that there is a seemingly unexpected character (presumably a space) that gets printed. ``` ❯ /bin/ls...
Fixes #6386
These tests check that days and month with a single digit are correctly handled. Subsitute to #6401
This PR makes a significant refactor of the checksum checking code. The current architecture prevents us to fix #6572, #6614 and #6653. For #6614, we will need to implement a...