Max Rydahl Andersen

Results 279 issues of Max Rydahl Andersen

i've set all the token/username env var, i use new mavencentral - everything now validates but still when deploying I get this: ``` Error: JReleaser failed after 12.039 s java.lang.IllegalArgumentException:...

bug

just saw #259 was fixed (sorry for delay) so now using forbidden-apis via cli is possible. it would be awesome if I could do: `jbang app install forbiddenapis@policeman-tools` so I...

Made this as a first attempt of fixing #501 Creates .gif and .svg from .tape like: ```erlang Set FontSize 14 Set Width 600 Set Height 400 Type "echo Hello World"...

it would be great to support https://github.com/charmbracelet/vhs for converting .tape to .gif/.mp4 especially if can also use https://github.com/agentstation/vhs which is a friendly fork that adds .svg support.

**Device model, version and app version** Model Name: 2024.7.2 (2025.1356) macOS Version: App Version: Safari Version: **Home Assistant Core Version** 2025.12 **Describe the bug** i noticed homeassistant sensors for my...

bug
mac

I'm not sure when it happened but sometime in the last weeks or possibly month https://github.com/jbangdev/jbang no longer gets its tests detected. easy to reproduce, git clone https://github.com/jbangdev/jbang , open...

bug
ai-triaged
junit
high-priority
investigating
test-discovery
gradle

I have tests with: ``` @DisabledForJreRange(min = JRE.JAVA_8, max = JRE.JAVA_8, disabledReason = "JSH is not supported on Java 8") ``` and even though I'm running with Java 17 all...

bug
ai-triaged
junit
test-execution
gradle

## Problem or use case I would like to suggest to enable and document how to run/install mqtt using jbang. jbang can run any jar directly: `jbang https://github.com/hivemq/mqtt-cli/releases/download/v4.47.0/mqtt-cli-4.47.0.jar` or if...

trying to get echarts working with dflib: https://github.com/jupyter-java/jupyter-java-examples/blob/main/notebooks/java-dflib-echarts.ipynb ``` import org.dflib.echarts.*; DataFrame df = DataFrame.foldByRow("name", "salary").of( "J. Cosin", 120000, "J. Walewski", 80000, "J. O'Hara", 95000) .sort($col("salary").desc()); var chart = ECharts...

bug