Martin Nordholts

Results 180 comments of Martin Nordholts

Duplicate of #160 ... which is closed. It maybe should be reopened. Either way, this is a duplicate of that one.

Duplicate of #160

Thank you for reporting. I hope we can agree on that the most important thing is for bat to look good on a default Mac installation, i.e. with Terminal.app. Then,...

If anyone wants to tackle this, make sure to also take a look at https://github.com/sharkdp/bat/pull/1281. I am closing that PR now to make the PR inbox cleaner.

I can't recall ever seeing 2 character wide padding anywhere. Can you please elaborate on what you mean, and what output you expect? I see see this with bat 0.20.0:...

Thank you for explaining, indeed seems like this can be improved.

Anyone looking to fix this issue should take a look at this PR which was an attempt at doing just that: https://github.com/sharkdp/bat/pull/712 I am explicitly mentioning that so we can...

`cargo public-api` handles recursive re-exports, and also has [tests](https://github.com/Enselic/cargo-public-api/blob/426d99b6a9667724ea4d295b4d5cc608acb9e507/test-apis/comprehensive_api/src/exports.rs#L22-L24) in place to prevent regressing on that 😎

In https://github.com/Enselic/cargo-public-api/pull/195 there is now proper grouping of all items, if the `--unsorted` flag is used. See example in that PR. Here is my plan (subject to change): 1. Land...

PR that I *think* fixes this: https://github.com/Enselic/cargo-public-api/pull/198