Adam Chovanec
Adam Chovanec
I believe this can be closed. I have failed to replicate the issue on my end. Thanks for your help.
This is useful feature. I noticed that manpage is missing, see https://github.com/Morganamilo/paru/pull/539 for reference.
Here is the MR that added support for a list of PURLs: https://github.com/anchore/syft/pull/3853 A MR to add this will look quite similar I think. I plan to focus on this...
Mastodon does not support custom reactions in general, see https://github.com/mastodon/mastodon/issues/4106. Other services, such as misskey, do.
I wouldn't, but a library I use does. I created a MR to fix that in said library, but I still think it is worthwhile fixing here too. `raise e...
This is a low priority, but I thought I would open the issue anyway for others if they come across the same thing.
Hi @popey, asking for a quick clarification -- is my understanding correct that Grype marks packages from EOL versions of Linux distributions as potentially vulnerable AND that this report is...
I have just stumbled across the same issue. Is there anything we can do to move forward with this?
I compiled from source with `CGO_ENABLED=0 go build -tags nobadger -trimpath -ldflags="-w -s" -v` and copied the static binary to my docker container. Here's my Caddyfile. The rest of the...
@MayCXC A proper workaround is to specify `bind` directives explicitly for every server. The `default_bind` directive does not work for Caddyfiles that serve both HTTP and HTTPS. But I guess...