nobe4
nobe4
Hi @bashbunni 👋 Any updates here? I have another issue coming up that would benefits from this as well 😬 Let me know if / how I can help push...
👋 @blkt I have potentially found a solution for this, and implemented a fix in https://github.com/charmbracelet/bubbles/pull/574
@blkt FWIW, I have decided to not wait for my PR to be merged and instead used an `index` field in each item. See https://github.com/nobe4/gh-not/pull/182/commits/a475fe3b064295cfde9b79c1dc0ebc1f1328e10e for details
> I think we all agree https://github.com/cli/go-gh/pull/163 is a clear ✅ I'm glad to hear, let's see on the PR how we can make the tests better. I'll open it...
FWIW, I tried the same using Rapier and didn't get the same issue. It however takes longer to build and I had to drop one version of bevy 🤔 ```rust...
I see this as a potential dual issue: - support `--json` and `-q`/`--query` on the checks, so we can get additional information directly This might be done easily with https://github.com/cli/cli/blob/beb6234f96a6cd952e02e90b4a6b75fd628f4eda/pkg/cmd/label/list.go#L79...
Thanks @andyfeller for this comment! 1. How confident are we that host isn't used for other types of connections beyond REST / GraphQL requests? 50% maybe? 😅 It seems from...
The code behind gh-not is more than just a notification viewer. So I don't know how much of this codebase would fit into gh-dash. The main ideas of gh-not are:...
Edit, it seems that I misunderstood the function that I read earlier, the code that pulls the icon is actually: https://github.com/stevearc/oil.nvim/blob/302bbaceeafc690e6419e0c8296e804d60cb9446/lua/oil/util.lua#L928-L951 However, at no point does this seems to involve...
I don't really know if there are usecases against automatically calling it in `m.SetValue()`. Typically, the suggestions should be updated when: - the suggestions change ✅ [ref](https://github.com/nobe4/bubbles/blob/4382fdf1c6cfe18d34615c1e8b94b068022a461a/textinput/textinput.go#L258-L266) - the value...