Max Rydahl Andersen

Results 279 issues of Max Rydahl Andersen

### Describe the bug i had some code like this: ``` @OnTextMessage Uni onMessage(JsonNode msg, WebSocketClientConnection connection) { boolean succes = msg.get("success").asBoolean(); logger.info("onTextMessage: " + msg + " succes: "...

kind/bug
area/websockets

adds `linuxdistro` provider which for now searches `/usr/lib/jvm` for jdks. It is not enabled by default as it is not possible to safely determine the version and build of the...

from https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/JBang.20failure/near/455967437 @sanne felt sad his already installed jdks via fedora dnf was not being found. fedora (and possible other linux distros) install jvm's into `/usr/lib/jvm` which has subdirs for...

ideas

in https://github.com/orgs/jbangdev/discussions/1813 it was discussed it could be useful to export jars for users without having to specify a target. i.e. similar to how `jbang -i --deps g:a:v` works, `jbang...

ideas

loading a fresh code.quarkus.io the banner loads very slowly. like 2-3 seconds like a good old gif interlaced download :) as an experiment I gave https://code.quarkus.io/static/bundle/assets/bg-form-3000-PVGWLU3G.jpeg to https://tinypng.com/ and it...

bug

i installed it and get no devices/entites although when I use the api manually I do find my washing machine. ``` curl "https://api.developer.electrolux.one/api/v1/appliances" \ -H "Authorization: Bearer " \ -H...

today you can use it directly with jbang like this: `jbang --javaagent https://github.com/beothorn/javaflame/releases/download/v23.0.0/javaAgent.jar ` that will fetch it from github. would be nice to have the agent in maven central...

if one use List, Set, Map etc. as return types the ask to genAI is: `You must answer strictly in the following JSON format: {\n}` - it should have the...

bug

if you (like me) forget to add `-parameters` to your jbang project then quarkus langchain4j shows this error: ``` java.lang.NullPointerException at java.base/java.util.Objects.requireNonNull(Objects.java:233) at io.quarkus.qute.TemplateInstanceBase.data(TemplateInstanceBase.java:45) at io.quarkiverse.langchain4j.QuarkusPromptTemplateFactory$QuteTemplate.render(QuarkusPromptTemplateFactory.java:67) at dev.langchain4j.model.input.PromptTemplate.apply(PromptTemplate.java:102) at io.quarkiverse.langchain4j.runtime.aiservice.AiServiceMethodImplementationSupport.prepareSystemMessage(AiServiceMethodImplementationSupport.java:502)...

enhancement

### Is your feature request related to a problem? Please describe i see latest nightly has pull and list available like ollama - awesome. allows me to use ollama list/pull....

kind/feature 💡