Liam Stanley

Results 162 comments of Liam Stanley

In case it gives any inspiration, I am using a solution that is similar to what is described (not implementation, but functionality), in one of my projects. It's quite crude,...

I don't run much with selinux enabled, so I'm both unfamiliar with the format of the errors returned from selinux, as well as what it would take to make it...

I cannot test alma with selinux at the moment, but with a similar setup, no selinux, this is the output, with no configuration, just executing immediately after downloading the binary:...

`0.5.1` was built on 1.21.5. I use GH actions, with a rather complex setup that wraps goreleaser. These are the flags that I built with by default: https://github.com/lrstanley/.github/blob/master/goreleaser/config/build-fields.yml#L1-L14 specifically, cgo...

Super late on the update, but I've removed UPX from my build chain due to its unreliability, and it throws off a lot of security scanners (UPX also being commonly...

> You can just import the `components` type and use that While this might work for simplistic usecases, there are so many reused types across different responses with large specs,...

> Also, the gradient implementation limits folks to 2 colors but a more generalized `gradientFunc` could allow people to do more funky stuff. Here's an example where I created a...

I have some generic code at work that does exactly this. It's not proper row-based streaming, but rather batched pagination wrapped in what is effectively a stream, using the new...

I don't think this is actually needed. It used to be the case that there were a lot of edge cases where defer wasn't inlined correctly, and thus could have...

Can confirm that this seems to fix the issue for me locally with WSL2 + Windows Terminal. Still testing on other terminals, but looks promising. **EDIT**: seems as though with...