apple-corps
apple-corps
Hi @tonywasher . I created a branch following your suggestions. https://github.com/apple-corps/bouncycastle-decrypt-gpg-payload-keys/blob/cab198e969a18f6b5db811040d53a896c7b3138f/src/main/java/com/example/DecryptionService.java It failed with the same exception. If you have more suggestions, would you so kindly please clone the branch,...
Hi @vanitasvitae that looks similar to the above suggestion and code changes. Are you sure https://github.com/apple-corps/bouncycastle-decrypt-gpg-payload-keys/blob/cab198e969a18f6b5db811040d53a896c7b3138f/src/main/java/com/example/DecryptionService.java#L168 from above post is not performing what you are suggesting? See also it's application...
I was able to fork the java container example in vscode and install sbt fairly well. So that's an alternative option.
https://github.com/apple-corps/vscode-scala-remote-containers
Just noticing the top of the dockerfile mentions the Scripting https://github.com/cameronkerrnz/logstash-plugin-dev/blob/9efe7d1f5ae1faec98db50b6f50f15cc7438e3f2/Dockerfile#L5 suggesting it works. So we might also be solving a bug in the container https://hub.docker.com/r/cameronkerrnz/logstash-plugin-dev . Also if you...
Using JDK 1.8 vs 1.11 and I didn't see the error: https://github.com/cameronkerrnz/logstash-plugin-dev/issues/5#issuecomment-982284743
I'll take a look. We shouldn't expect them to be removed because we see the JDK package unless it was removed by centos (doubtful) https://github.com/cameronkerrnz/logstash-plugin-dev/blob/9efe7d1f5ae1faec98db50b6f50f15cc7438e3f2/Dockerfile#L12
I believe the issue is SDDM, or the way it's configured to invoke Hyprland. I am able to exit SDDM via ctl+opt+fn+FX key combination, and start Hyprland manually. However, I...
I have since copied and replaced the projects build target directory between builds. It appears to have speed up the builds by an order of magnitude. I believe that this...