Philip Sanetra
Philip Sanetra
@qvistgaard can you take a look at https://github.com/PSanetra/git-semver/commit/3db11b018ef034331f9df6b40836700be77b9647? This test checks if the `git semver next` command does work correctly in the detached HEAD state. I could not reproduce the...
@qvistgaard ok, the problem is that the commit with the tag `v1.0.0` is not present on the master branch. Therefore it is not possible to create a new version `v1.0.1`...
This was the first feature request I had in mind when I thought about how to improve helm! As another idea to consider: Maybe it was also possible to support...
@mhowlett This issue also occurs when the classes are generated via avrogen. I think the actual issue is that using `AvroDeserializer` does not work although the `Apache.Avro` library would support...
I am experiencing a similar issue when I update the plot data. Sometimes the height of the `.svg-container` `div` is set to `100%` instead of the desired `450px` (the plotly...
My workaround for now was to set `style.height` to a static value: E.g. ```html ```
@tg123 Introducing the `IDisposable` interface is a breaking change as well as it requires to introduce code changes in many code bases. All code bases which instantiated a `KubernetesClientConfiguration` somewhere...
@tg123 Can you have another look at this PR?
I did run into this issue, too. Is there some way to enable security level 0 when openssl is used by nginx? For curl there is some command line argument...
@felicijus @dimastbk do you have time for another review?