jspc
jspc
IRC is unattractive for one-off questions for a few reasons * IRC has a higher barrier to entry, both for newer/younger developers (hell, I'm not even sure if off the...
> It's a shame we so readily give up our privacy and security to more and more centralised corporations running CLoud/SaaS products who do nothing but mine your data for...
I'd quite like this; I'm facing a scenario where I'd like to downcase strings. Right now I need to do this in my validate function _and_ in whatever receives this...
> Try the option server-side > > _kubectl apply -f xxx.yaml --server-side_ > > https://kubernetes.io/docs/reference/using-api/server-side-apply/ This worked perfectly for me. In my particular use case, I was running a github...
Second one wont work without breaking changes, since it needs a change to the `PublicKeyLookupFunc()` signature to include a context. If you ever decide to mint v2, though, it'd be...
For me it was: ``` panic: no concrete method: func (*crypto/x509.Certificate).CheckCRLSignature(crl *crypto/x509/pkix.CertificateList) error ``` On versions: ```bash $ gokart version v0.5.1 $ go version go version go1.20 linux/amd64 ``` (pasting...
I found this issue trying to see whether I could use tork via podman on arch and thought it worth adding this note for anyone who comes after me, whose...
Hey @Sean-Der 1. Perfect, good spot! 2. Yep, no worries- I'll pick that up over the weekend 3. Perfect, just what I was thinking. I'll make both sending and receiving...
I have a similar request here- I personally don't want my dependencies logging anything I haven't asked them explicitly to. I'd love a way of disabling these unless I ask
~Sorry to bump an old issue, but are there any docs or examples for customer_managed_policies yet? I'm more than happy with the caveats, but I can't follow the terraform well...