Chris Adams

Results 315 comments of Chris Adams

I hit what appears to be a related issue: I have a project which uses `order/properties-order` and while `stylelint` doesn't produce any output at all, `stylefmt` reorders properties, causing the...

I eventually figured out that the syntax needed to be something like this: ```bash $ dog example.org @https://1.1.1.1/dns-query -H ``` I support all of @nicolasff's suggestions and would add that...

Would this issue also include handling duplicate columns created by csvkit? I have a fair amount of data which handles multiple values by duplicating the column name, which results in...

I'll work on a pull request for the missing executables. Re:Conda docs, I'm not sure I'd say it's common — I think it's the kind of situation where most people...

As an aside, it feels like the `@click.option` stack in cli.py has too many instances where common options are repeated. Is there a plan to split those out or should...

nth-ing this for the same reason as adelsz: SSH jump servers via SSM work well with most of the other tools we use but anything boto-based requires periodically rebasing this...

I just wanted to chime in on the value of this - during an organizational migration to Teams, it would have been really useful to be able to test that...

> FWIW, I now think the correct fix is to normalize the paths before comparison, probably via [canonical decomposition](https://www.unicode.org/reports/tr15/#Norm_Forms) ([`java.text.Normalizer.Form.NFD`](https://devdocs.io/openjdk~17/java.base/java/text/normalizer.form#NFD)). Normalization is definitely the way to handle comparisons but testing...

I'm almost certain that instinct is correct (IIRC some ZIP implementations normalize) so I'm wondering whether this needs to be created on checkout or if we want to have the...