Max Rydahl Andersen

Results 279 issues of Max Rydahl Andersen

have a x.java, run jbang edit x.java have x.java have `//SOURCES *.java` `touch Other.java` run `jbang edit x.java` IDE or at least filesystem should now have symbolic link for the...

I had this code first: ```java final Map messages = new HashMap(); ``` Then changed it to: ```java final List messages = new HashMap(); ``` Now vscode just complains about...

upstream

how is `issuePayload.getIssue().deleteReaction` intended to be used when its not possible to create a GHReaction with bot nor user + reaction as parameter?

enhancement
external

with ngrok security checks should still work -but for now security is always disabled. related to #610

``` void onDiscussion(@Discussion.Created GHEventPayload.Discussion discussionPayload, DynamicGraphQLClient gitHubGraphQLClient) throws IOException { addComment(gitHubGraphQLClient, discussionPayload.getDiscussion(), "Hello from my jconqbot App"); } void onDiscussion(@DiscussionComment.Created GHEventPayload.DiscussionComment discussionCommentPayload, DynamicGraphQLClient gitHubGraphQLClient) throws IOException { addComment(gitHubGraphQLClient, discussionCommentPayload.getDiscussion(), "Another...

https://docs.quarkiverse.io/quarkus-github-app/dev/developer-reference.html#_injecting_a_github_instance says you can call `github.getMySelf()` but in reality you get this for bots: ``` Exception: org.kohsuke.github.HttpException: {"message":"Resource not accessible by integration","documentation_url":"https://docs.github.com/rest/users/users#get-the-authenticated-user"} at org.kohsuke.github.GitHubConnectorResponseErrorHandler$1.onError(GitHubConnectorResponseErrorHandler.java:72) at org.kohsuke.github.GitHubClient.detectKnownErrors(GitHubClient.java:504) at org.kohsuke.github.GitHubClient.sendRequest(GitHubClient.java:464) at org.kohsuke.github.GitHubClient.sendRequest(GitHubClient.java:427)...

**Describe the bug** There are links to ossupstream.org which is no longer active. should remove references to it in https://github.com/quarkusio/quarkusio.github.io/blob/50eaff2c8c632e3bbd70d9ed1f4d0c90290273f1/_layouts/base.html#L34 and https://github.com/quarkusio/quarkusio.github.io/blob/50eaff2c8c632e3bbd70d9ed1f4d0c90290273f1/_layouts/base.html#L72

area/infra

would be nice if hitting 's' which is force hot restart would work with quarkus-fx. for now it seems to get stuck when one use 's' in devmode.

enhancement

Is this confirmed/expected to work with native image binaries?

### Description I get this in log: ``` 2024-08-15 15:47:14,095 ERROR [io.qua.arc.imp.DefaultAsyncObserverExceptionHandler] (executor-thread-1) Failure occurred while notifying an async Observer [method=org.acme.GreetingResource#onStateChanged(io.quarkiverse.homeassistant.runtime.events.GenericEvent)] for event of type io.quarkiverse.homeassistant.runtime.events.GenericEvent - please enable debug...

kind/enhancement
triage/needs-triage