Johnathan Gilday
Johnathan Gilday
@OlegTarashkevich are you using macOS Catalina's Auto Mode? See #7 Can you elaborate on > The menu option shows infinite progress.
Can you help me understand the distinction between "Color Scheme" and "Theme"? I'm not too familiar with this concept, because I'm basic and I've always used the themes that ship...
@tylernhoward is this the feature you were trying to describe to me one time?
> Ideally, this functionality would be configurable to only retrieve the secrets in a specific config list. Yet, this introduces another level of configuration. Might there be a solution that...
If I understand, the proposed configuration restricts the secrets available to this extension to only those in some allowed list, so that the function only retrieves the secrets that it...
I don't see anything like type/mime in the "list secrets" response.
> you're bypassing the quarkus extension managed SecretsManagerClient. I suspect if you try injecting the client rather than doing a create you'll get an error since it's currently not available...
I pushed a change that makes the column retrieval strategy all or nothing: the codemod for the tool x rule combination either always supplies column data or never supplies it....
> Does the error occur just by adding the jreleaser plugin to the build? Yes, this is my experience when running Gradle with Java 11 and jreleaser Gradle plugin 1.15.0
I do, and this is the project that I'm able to reproduce the problem with https://github.com/pixee/java-security-toolkit running Gradle with JDK 11. ``` Caused by: java.util.concurrent.ExecutionException: org.gradle.api.GradleException: Failed to create Jar...