Andy Damevin
Andy Damevin
This causes `package.json` script using `npm` to yield: `npm command not found`, because it is not in the PATH. There is a comment saying it does, but it's is not...
### Describe the bug Currently it's not obvious how to find the list of available endpoints when opening Quarkus:  This is very important as we previously had the codestart...
We should sort the list of endpoint by number of `/` in order to have the direct pages first in the 404 dev page (and dev-ui endpoints) _Originally posted by...
### Description The goals of presets are: - Make the growing list of Quarkus extensions easier to digest in the tooling (code.quarkus.io, CLI, ...) - Speed up the process of...
### Describe the bug ``` Caused by: io.quarkus.qute.TemplateException: Non-literal value used in bracket notation [r] ``` origin is available: ### Expected behavior Make sure it displays the origin for all...
This would be really helpful
Something like this: 
AFAIK it's currently not possible? Use case is Quarkus Roq
### Description Currently having templates with same id result in an exception. It would be nice to allow overriding templates provided by extensions or libraries in the Quarkus application. ###...
### Description Currently we are suggesting to setup a custom route manually: https://quarkus.io/guides/http-reference#from-a-local-directory This would be more elegant and cleaner if it was done in the Quarkus Http using a...