Max Rydahl Andersen

Results 279 issues of Max Rydahl Andersen

### Describe the bug in an attempt to make a simple example of. using Jakarta Data with no entities I had this snag: Given: ```java @Repository interface PersonRepository { @SQL("SELECT...

kind/bug
area/jbang

I keep hitting this: ``` Error: Multiple errors returned Error: Error 0: connect ETIMEDOUT 104.1[6](https://github.com/jbangdev/jbang/actions/runs/14818776670/job/41602820520?pr=1767#step:5:7).73.101:443 Error: connect ETIMEDOUT 104.16.73.101:443 at createConnectionError (node:net:1652:14) at Timeout.internalConnectMultipleTimeout (node:net:1[7](https://github.com/jbangdev/jbang/actions/runs/14818776670/job/41602820520?pr=1767#step:5:8)11:38) at listOnTimeout (node:internal/timers:5[8](https://github.com/jbangdev/jbang/actions/runs/14818776670/job/41602820520?pr=1767#step:5:9)3:11) at process.processTimers...

waiting for clarification

when sync module we setup java jdk version - we should support setting up kotlin runtime/config too so intellij doesn't keep complaining ;)

if you ran jbang script while having file in focus in UI it would try create file with that project name. This is the simplest fix i could find -...

this is in attempt to make jbang installable in lastest eap (see #125) + I added a justfile to do `just build` :)

when trying to install jbang on EAP version it is not available - somehow not marked as compatible ?

getting NPE when using dev-ui chat with fileserver using attached producer and asking in chat: "what is in my project" ``` java.lang.NullPointerException: Cannot invoke "dev.langchain4j.service.tool.ToolExecutor.execute(dev.langchain4j.agent.tool.ToolExecutionRequest, Object)" because "toolExecutor" is null...

bug
area/dev-ui

as discussed in [#dev > mcp client](https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/mcp.20client) idea was to use a map but it have some issue thus suggestion is to have like WS with OpenConnections.

enhancement

### Description would be nice to have antora-playbook-dev.yaml + readme.md how to run npx antora consider enabling quarkus-antora? in pom.xml? ### Implementation ideas _No response_

kind/enhancement

currently alias options are overridden by user jbang run arguments. sometimees that is not what you want. Could consider jbang run having a "stick" / "keep-merge-args" option that alias can...

ideas