Michael Vorburger

Results 604 comments of Michael Vorburger

FYI https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#security

@lukaszwawrzyk I have to admit that I'm actually not super _"à jour"_ on the intrinsics of GitHub Actions... ... but they are basically container images, right? Can't it just contain...

I bumped into this in https://github.com/enola-dev/enola/issues/1040, it appears that something may have changed related to local Maven repo between JBang 0.122.0 and 0.123.0.

> I bumped into this in [enola-dev/enola#1040](https://github.com/enola-dev/enola/issues/1040), it appears that something may have changed related to local Maven repo between JBang 0.122.0 and 0.123.0. That may have been a red...

> I'll provide logs, initial findings, and a reproducer in the next comment. This should (hopefully...) be reproducible by pulling the aforementioned PR, installing https://github.com/bazelbuild/bazelisk, and: ```sh $ bazelisk build...

@Randgalt awesome, appreciate your help!! I'll definitely help you to test anything that you would like me to try. FYI I wanted to convince myself that this was indeed only...

@Randgalt this might actually be unrelated to `@RecordInterface`... FYI in https://github.com/enola-dev/enola/pull/1596 I've attempted to use just `@RecordBuilder` (with [`generates_api = True`](https://bazel.build/reference/be/java) AND explicit `"com.squareup:javapoet:1.13.0`), but even that does not seem...

@wuxindao I suspect that what you are trying to do needs #1042, for which @xtianus recently proposed #1166. Are you (@wuxindao) able to test if #1166 does what you want?...