Stefan Rybacki
Stefan Rybacki
'java.jdt.ls.vmargs' will be used in workspace settings across multiple dev machines and setup (remote, containers, local, etc.) adding the agent there will not be compatible with all those setups as...
I cannot seem to be able to add a virtually via plugin that behaves the same as a md file. Here is my plugin attempt: ```
Hi there I was wondering how to get a tonemap matrix equivalent to `ffmpegs tonemap=hable` option. I see that the coefficients seem to match hable coefficients, however the result is...
I tried to find it in the documentation or in the issue board but did not find a solution. If I missed it please excuse me. So I successfully integrated...
Just found your project, thank you for that. However, I am not able to get it to work correctly. I set up lazymc as stated in the documentation and the...
It seems `jackson2Configuration.serializerTypeMappings` only works for `JsonSerialize`.`using` (maybe `contentUsing` also, did not test that) but not with `keyUsing`. Current plugin version is: 3.1.1185 Example for the following class: ``` public...
**Describe the bug** The Metals Scala extension is used in "Go to definition" in a java project, which leads to not showing the actual definition used in e.g., a call...
**Is your feature request related to a problem? Please describe.** I wrote a gradle plugin which provides a task that is not of type JavaExec but implemented in Java non...
# Environment ```none Windows build number: Microsoft Windows [Version 10.0.22478.1012] Your Distribution version: Ubuntu 20.04 Your WSLg version: 1.0.27 ``` # Steps to reproduce 1. install chrome 2. start a...
How do I set the `analyzer.node.audit.url` property via gradle plugin?