Spenser Black

Results 109 comments of Spenser Black

Linking #1152 to PRs and issues that will probably be affected.

Coming back to a *really* old issue to document a potential solution: It might be worth creating a new crate that acts as a wrapper for tokei. This wrapper would...

>You mean exposing the same set of APIs? or is it gonna reuse some of tokei's code? Mostly exposing the same API. Basically a bunch of `pub use`. For the...

Thanks! > even though we shouldn't do it unless it's lossless, should be discussed at least Well, I'm open to discussion :laughing:. Could you elaborate on this one, though? I'm...

Got it, makes sense! > Thus I propose not to write the index back at all, so `onefetch` is truly read-only without unintended side-effects, no matter how rare or noticeable...

Last release was in January. Since the latest release, [`go-gh` was upgraded](https://github.com/actions/gh-actions-cache/commit/d88f49218fd18a37f6f63ee4f8716764316a7f7d). IIRC because `gh` updated its auth token storage to a more secure method, all extensions that need tokens...

The results you're seeing in the Windows terminal is most likely because that terminal instance doesn't support truecolor. Or, perhaps more accurately, our tools don't *think* your terminal supports truecolor....

As a current workaround, try `onefetch --true-color always` and let us know if it looks good :slightly_smiling_face:

IMO this issue should remain open for now. Should it be pinned?

After some digging, it looks like Jest uses [`ci-info`](https://www.npmjs.com/package/ci-info). I'm a newbie to Ruby, so I don't know if there's an equivalent gem. (TBH I think `CI=true` is common enough...