commodis
commodis
It is currently supported to set signature files that allow externalizing the linting configuration. But this is not possible with exclusions. Using containers with `maven` is considered best to cache...
Are there some plans to support [CSS-Grid](https://developer.mozilla.org/de/docs/Web/CSS/CSS_Grid_Layout)? I see the immediate name clash with the existing [Grid-System](https://www.primefaces.org/primeflex/gridsystem).
On the showcase of the [GenericEnumConverter](https://showcase.omnifaces.org/converters/GenericEnumConverter) the following sentence was written down: > However, when you're having a valueless input component, then this converter may be still useful. But I...
There are often times where a field is better modelled as an `Optional` instead using a traditional getter for `T`. Using a getter allows expressions like `#{domainObject.optionalProperty.requiredProperty}` which resolves the...
`UriInfo` provides essential information about the URI like the query parameters via the Methode `UriInfo.getQueryParameters()`. Its return type is `MultivaluedMap` which is basically a `Map`. Thus a single entry inside...
**Is your feature request related to a problem? Please describe.** Introducing HTMLHint to legacy code is quite tricky. You can either disable all failing rules or ignore the file for...
I discovered that there is a command to change the name of the current tab: ``` ConEmuC -GUIMacro Rename(0, "new tab name") ``` and it works as expected! This gave...
There was once an issue regarding the Severity `SUCCESS` (https://github.com/eclipse-ee4j/faces-api/issues/895 or https://github.com/javaee/javaserverfaces-spec/issues/895) which was just closed for no documented reason. Even though the class `jakarta.faces.application.FacesMessage$Severity` is public, its constructor is...
I get this error message upon upgrading to the latest version 3.0.3 ```bash TASK [kyl191.openvpn : firewall | ufw | Setup IPv6 SNAT rules] ***************** [ERROR]: Task failed: Conditional result...
I guess the initial apt cache refresh is needed to install `openvpn` and `openssl` and further packages, but after that it does not seem to be necessary anymore?