Chris Krycho

Results 673 comments of Chris Krycho

@SpectralPixel see the PRs—they’re all currently failing; I think it’s primarily a function of line-wrapping (see [my comment][comment] on #3977 for more). [comment]: https://github.com/rust-lang/book/pull/3977#issuecomment-2233356510

Thanks for noting that, @LifeAdventurer – I went ahead and fixed it this morning, and am reviewing your PR for ch. 16 now!

I definitely don’t have an objection to `use`, @charlespierce; do you remember why we didn’t choose that in the first place? (I believe that decision preceded my working on the...

🤩 I'm super excited to see this opened! I will take a deep dive look when I'm back from vacation next week. 😄

This probably just needs to actually be merged! 😁 We shipped Yarn 3 support quite some time ago!

In general I like the basic proposal, although I do think there is some utility in the distinct operations of pinning a version and fetching a version—even if you often...

Some other potentially-relevant info here— Relevant section of my `.gitconfig`: ```gitconfig [credential "https://github.com"] helper = helper = !/opt/homebrew/bin/op plugin run -- gh auth git-credential ``` Contents of `~/.config/op/plugins.sh`: ```sh export...

I just hit this behavior, and the actual command which is executing (per `ps auxw`) is: ```sh chris 46825 0.0 0.0 409266640 22240 s004 S+ 9:10PM 0:00.03 op plugin run...

Much-delayed follow-up (after getting here via the source for _TRPL_): since rust-lang/mdBook#1003 landed, is this tractable? I ask just in case someone already knows off the top of their head;...