Liam Stanley
Liam Stanley
I am confident as well that it is an issue with docker sockets. We use runnersets using actions-runner-controller in kubernetes, and use docker-in-docker for each runner that gets spun up....
@gfrid would you mind sharing your configuration (with all the sensitive bits stripped) for how you deploy the runnerset that works, along with how you invoke the trivy action?
I suspect what I'm running into is the same. I think the issue could be that some `tea.BatchMsg`'s, when they are invoked as a goroutine, aren't all being wrapped in...
As part of bubbletea v2, this should be a non-issue, as users can simply watch for mouse up or mouse down events, which would only trigger once. Will close once...
Although for v2, plug for https://github.com/charmbracelet/bubbles/pull/823, which could be upgraded to once v2 officially rolls out, and fixes all sorts of bugs, and performance issues (CPU, memory & allocations).
I'm seeing the same issue on my end. Code to replicate the issue: ``` python class api(znc.Module): def OnWebPreRequest(self, WebSock, sPageName): users = dict(znc.CZNC.Get().GetUserMap()) for name in users: # blockuser...
Looks like my issue may not be 100% related. I was able to track down that it looks like `CModule::HasNV` was removed sometime before and/or up to 1.6.3, and now...
`CompleteColor` to me still doesn't convey the full purpose/intent, only helping convey that it's related to a color. Thoughts on something like `ResolveColor` (`ColorResolverFunc` for the func type)? "resolve" indicates...
Tests currently breaking due to https://github.com/charmbracelet/bubbletea/blob/f60735dff10c208b3398dde25a39b1d27eb6d266/examples/go.mod#L7
I believe changes to the golangci-lint configs should be done on [this repo](https://github.com/charmbracelet/meta/blob/main/golangci.yml), as there are Actions in this repo that sync from that repo. If changed here, they would...