Frédéric Barrière
Frédéric Barrière
When a input is of type number (instead of text) : and that the user entered some letters, then jquery.validate uses false for the value of the input, and not...
I have a application that dislpays two div :one header of fixed height (50 px) and another div that take all remainning height and display a map. When the window...
I have a Helm chart that I test for Kubernetes API deprecations using [deprek8ion](https://github.com/swade1987/deprek8ion/) policies. Here is the command and output I have : ``` helm template my-chart-1.0.0.tgz | conftest...
I open this pull request to follow my work to fix the issue #225. The goal is that xWebApplication resource provide the avibility to remove ServiceAutoStartProvider already configured for a...
With the xWebApplication resource, I can configure the auto start provider of the application : ``` xWebApplication WebApp { Name = "Foo" Ensure = "Present" Website = "Default Web Site"...
Feature suggestion : in order to be able to monitor InnoDB cluster with the exporter, it will be nice to know the status of each of the members in the...
Add a Helm variable in chart to specify the class name of the ingress. Allow to be compliant with `ingress-nginx` `>=1.0.0` I took the opportunity to bump the chart version...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Fix error to locate grunt.cmd as described in this issue #27.
Since commit https://github.com/kmees/MSBuild.NodeTools/commit/eee037cf12401986b27438f6400a33be4ccbca56, search of grunt.cmd path fails when the where command is used. The reason is that the ConsoleToMsBuild attribute has been removed from Exec task so the TaskParameter...