Simon
Simon
I think it would be convenient if I could specify versions to ignore directly in `pom.xml` under the `configuration` tag. Then I would not have the need to create an...
# Description # ---------- If a web application is set as a default web module, the /openapi endpoint becomes unavailable. ## Expected Outcome ## I would expect to still be...
I wanted to test extraction of phrases with locl/cli ```ng build --prod && npx locl extract -s=dist/*.js -f=xlf2 -o=src/locale/messages.xlf``` I get the following error message: ``` Warning: Entry point '@locl/cli'...
I have an application that is not bound to a single domain, but runs on multiple environments (also locally). SwaggerUI has the behavior that the current server address and port...