Johannes
Johannes
@qwerty123443 Your patch hasn't been merged into the kernel right? I couldn't find the mailing list thread via Google, any way we can track the status? Thanks for putting the...
This would also be super useful to me. I rebased #371 to master in [my fork](https://github.com/CrawX/traefik-helm-chart/tree/topologyconstraints-rebased) and bumped the dependency on helm-unittest to `0.1.7-rancher3`. This [should support](https://github.com/rancher/helm-unittest/releases/tag/v0.1.7-rancher3) setting the KubeVersion...
Personally, I wouldn't mind not testing the kube version capability test if this causes so many problems with helm-unittest. What can we do to get this merged in?
I can confirm this issue. The second (and later) snapshots look like `jest-styled-components` is not enabled at all. However, `toHaveStyleRule` seems to operate on the correct data, ie. the checks...
I'm also seeing this since a few days, running macOS 12.6 on a 2020 13" M1 MaBook Pro. Not sure what triggered this for the first time since I've upgraded...
Even after merging emersion/go-imap-compress#6, COMPRESS doesn't work for me because the reader thread reads compressed data without the deflater in place which messes up the connection state completely. I found...
Seems to me like this is at least tangentially related to #424, if we could customize the Gson instance ourselves, we could potentially add this type adapter to it. I'm...
I can confirm that I am having the same `ClassNotFoundException` using Java11 on a Windows Host. At random times, all invocations of the function fail with this error until I...
Unfortunately, using the workaround that I posted is getting [significantly more complicated](https://stackoverflow.com/questions/56039341/get-declared-fields-of-java-lang-reflect-fields-in-jdk12/56043252) with JDK12 and higher. With JDK17 being GA with Azure functions, this is the only thing keeping me...
I don't consider using a String to be a viable alternative. If you use this with Spring Boot, it feels very awkward and not how you would expect Spring to...