maffe
maffe
[Name Constraints](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.10) can be used to limit the namespace a CA can issue certificates for. For example, one may have a trusted CA for `*.iot.example.org` without the CA being able...
as per https://www.iana.org/assignments/media-types/image/vnd.microsoft.icon
The section [URL matching: How does it work?](https://github.com/pfn/keepasshttp/#url-matching-how-does-it-work) should use `example.org` (or `.com`/`.net`) and should not call `/paths` subdomain.
Building my project failed because InhabitantsGeneratorMojo was compiled with Java 11. My Maven was running on Java 8. However, I configured the project to use a JDK 17 [toolchain](https://maven.apache.org/guides/mini/guide-using-toolchains.html). Unfortunately...
It would be useful to have the JDK included in the default toolchains file. Currently I have something like this in my `pom.xml`: ``` UTF-8 17 org.apache.maven.plugins maven-toolchains-plugin 3.1.0 toolchain...
### Apache NetBeans version Apache NetBeans 22 ### What happened The test results window does not show up automatically when selecting “Test” in a project’s context menu. After opening it...
**Is your feature request related to a problem? Please describe.** I would like to have the editor and the results displayed in separate windows. This would make it much easier...
**Describe the bug** Each time I open a Dockerfile in Visual Studio Code, I get a notification with an error message like ``` Command failed: java -DRHDA_TOKEN=f9949b4c-11ca-4a03-9d3c-9bea921b9fb1 -DRHDA_SOURCE=vscode -DEXHORT_SYFT_PATH=syft -DEXHORT_SKOPEO_PATH=skopeo...