Eliza Zhang

Results 42 comments of Eliza Zhang

@jglick: > I was thinking it might be possible to create a separate gh-cleanup executable This is possible, and there are a couple plugins. See for example [gh-poi](https://github.com/seachicken/gh-poi). I decided...

I was originally seeing this issue with https://github.com/liftM/tweetogram/blob/ea675ecde118b6f1915640379febce11e375d009/tweetogram.cabal, which has clearly unused dependencies in both `library` and `executable` components. However, after I dug into the code, it seems like `prune-juice`...

> we can't necessarily apply them. Why can't they be applied? The way I'd apply them as a human is to remove the unused packages from the respective `library` or...

Yes, I just hit this limitation with Arrows. I'd prefer that the extension automatically detect my active extensions from my `.cabal` file, but I'd also be satisfied with the ability...

I think @JonathanxD is right here. I'm running into this issue as well, and running `difft` under `cargo rr` shows that I can reliably trigger the bug when `lhs_words.len() >...

I don't think this is merely an issue with `all` or `tests` not selecting the `nodoc` target as expected. I just ran across this bug, and it looks like no...

I've thrown together a draft of this in https://github.com/cli/cli/pull/7322, if anyone wants to try it out (clone the branch and `make`). If anyone has the bandwidth, it would be great...

This happens to me with Alacritty on Arch too.

Here's a recording with a keyboard overlay to show just how badly unusable this is, in case this helps. https://github.com/user-attachments/assets/ba5794a9-8ec0-4244-8b53-b7a22d0ef026 In this recording, I'm using `fish` on `alacritty`, although I...

@catherinewu As discussed, I spent some time this morning bisecting Claude Code versions, and it looks like `2.0.53` is the earliest version where this bug occurs (i.e. `2.0.52` is the...