Matthias Endler

Results 673 comments of Matthias Endler

This should work in `master` now to get raw output: ``` ./lychee README.md --format=raw --no-progress -v ``` The `NO_COLOR` environment variable is also respected. See #599 for details.

Gonna close this as resolved. Feel free to reopen if it doesn't work as expected.

Sorry for the late reply. You can try to set the `NO_COLOR=1` environment variable, so ```sh export NO_COLOR=1 lychee ... ``` or ```sh NO_COLOR=1 lychee ... ```

@alexanderbazhenoff, I took a stab at it here: https://github.com/lycheeverse/lychee/pull/1398 If you want, you can try it out by installing the version from that branch. I'd appreciate some feedback.

I think the issue is on my end. Need to make more changes in the pull request. Apologies for the noise.

Makes total sense! I'm not sure if a single config option is enough to warrant an entire config file. If more settings will be added in the future, it might...

Sure, I've updated this PR. Let me know if I should make any adjustments.

Same. I would love to fix it, but no time. I'd appreciate a fix, though. The website is open source: https://github.com/mre/endler.dev

Sorry, was playing around with benchmarks and accidentally pushed to your branch. Moved the commits to a separate branch now. https://github.com/mre/futures-batch/pull/26 I think we should run the benchmarks to see...

Tested eslint and it would fix the trailing commas.