Max Rydahl Andersen
Max Rydahl Andersen
our jira has default assignees setup and it seems gh-jira forces assignee to be the one opening the bug. is there a way to have it just default to what...
After battling with #41 and using `cat org.openjdk.jmc-8.3.0-macosx.cocoa.x86_64.tar.gz | tar xv -` instead of normal unzip I get: `Failed to load the JNI shared library "/Users/manderse/.sdkman/candidates/java/17.0.7-tem/bin/../lib/server/libjvm.dylib"` I now realize this...
``` quarkus create app -x github-action xyzdkdk ----------- selected extensions: - io.quarkiverse.githubaction:quarkus-github-action [ERROR] ❗ Unable to create project: Error while rendering template: /codestarts/quarkus/quarkiverse-github-action-codestart/base/action.docker.tpl.qute.yml ``` which is cause of https://github.com/quarkusio/code.quarkus.io/issues/1231
continuation of #888 still not seeing PRs despite the branch is right. ``` 4 │ Current branch 5 │ There is no pull request associated with [codestartmain] 6 │ 7...
I run: ``` eval "$(curl -sS localhost:8001/setup)" HTTP Toolkit interception enabled ``` now when running java but not all I get this error: ``` Picked up JAVA_TOOL_OPTIONS: -javaagent:"/Applications/HTTP Toolkit.app/Contents/Resources/httptoolkit-server/overrides/java-agent.jar"=127.0.0.1|8000|/Users/max/Library/Preferences/httptoolkit/ca.pem -javaagent:"/Applications/HTTP...
in https://github.com/hazelcast/quarkus-hazelcast-client/issues/337#issuecomment-1506827022 its discussed having hazelcast be ready for inclusion in Quarkus 3 platform - I would like to make sure that is the right thing or maybe it makes...
I finally got my credentials; linked the dev keys to my account and I get the following errors: ``` 019-05-30 00:18:19 ERROR (MainThread) [custom_components.miele.miele_at_home] Failed to retrieve devices: 504 2019-05-30...
at the moment I just keep restarting jupyter and lots of println lines - but i was wondering if there is a "easy" way to enable debugging of the jvm...
# Description As a stakeholder in Almighty I want to be able to see what is new and noteworthy on the site. # Functional Acceptance Criteria - There is a...
I realized that this is possible: add a kernel.json with this: ``` { "argv": [ "jbang", "--verbose", "--enable-preview", "--java", "21", "-R--add-modules", "-Rjava.base,jdk.incubator.vector", "io.github.padreati:rapaio-jupyter-kernel:RELEASE", "{connection_file}" ], "display_name": "Java (JBang Rapaio Jupyter)",...