Ben Perry
Ben Perry
Running microk8s 1.21 on popOS 20.04. Ran a full system upgrade yesterday, which brough my kernel up to 5.16.11-76051611-generic. Any pods that have memory requests/limits stopped being able to start....
Is there a particular reason that you don't allow AWS LoadBalancer services to be created with `externalTrafficPolicy: local` [here](https://github.com/appscode/voyager/blob/29568dadb9f0bf52aa7f1f13a3b58e863bad3a4f/pkg/ingress/loadbalancer.go#L356)? This is causing issues for me, as `externalTrafficPolicy: cluster` does not...
Is there an easy way to detect if one of the polygons returned by the clipper in DIFFERENCE mode is a hole? Used to a convention from another clipper library...
# Batched length functions for text splitters Allows text splitters to take advantage of batched length functions instead of only calculating length on a single split at a time. This...
When a custom Embeddings object is set, embed all given texts in a batch instead of passing them through individually. Any code calling add_texts can then appropriately size the chunks...
In my project I have a basic Shape interface defined as ``` type Shape interface { Area() float64 Bounds() pixel.Rect Contains(point pixel.Vec) bool } ``` It would be super useful...
The latest version of this action breaks pinning to specific versions of miniconda. The miniconda-version argument takes the form `py37_4.9.2`, which then gets rejected by the SemVer checker with a...
There is currently no way to iterate over key/val pairs in the cache. Can't combine the outputs of Keys() and Values() since new entries could have been added or old...
**Describe the bug**: Writing a webhook issuer and I noticed that the UID for ChallengeRequest is always an empty string. I see that it is never being set https://github.com/cert-manager/cert-manager/blob/060354a673214841643b44b8063bb5abbaabc745/pkg/issuer/acme/dns/dns.go#L474-L483 Intended...
**Describe the bug** When running my project without the debug tag, I get the following fatal error: ``` failed to start the game, could not access the content database ```...