Andy Damevin

Results 92 issues of 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: ![image](https://github.com/user-attachments/assets/db6e35e7-fbab-46ed-89b9-b7575ba9f594) This is very important as we previously had the codestart...

kind/enhancement
area/dev-ui

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...

good first issue
area/dev-ui

### 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...

kind/epic
area/devtools

### 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...

kind/bug
area/qute

This would be really helpful

good first issue
feature

Something like this: ![image](https://github.com/user-attachments/assets/f904b4dc-17d2-4350-8fc5-1265f1eb3495)

good first issue
feature

AFAIK it's currently not possible? Use case is Quarkus Roq

kind/enhancement
area/qute

### 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. ###...

kind/enhancement
area/qute

### 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...

kind/enhancement
good first issue
area/vertx