Jan Sten Adámek
Jan Sten Adámek
> Whenever the `--editorconfig` option is used, all `.editorconfig` files on the file path are ignored. I expect that this was a consicious design choice but it has not been...
Lombok does not support lambdas. It seems the build is ordered in a way that Lombok is run before RetroLambda. I am trying to figure out how to change the...
Seems fixed with Lombok 1.16.12 and RetroLambda 3.4.0 (with Oracle Java 1.8.0_121). Can anyone else confirm?
@cazacugmihai Which version of RetroLambda do you use?
This is an issue for RetroLambda that it did not convert lambdas to methods before Lombok was run. For the issue in Lombok, you need to report it to them.
Uncheck Audible bell under Terminal bell
Hi, our setup is quite complex and uses Kotlin Scripts instead of Groovy. I'll try to reproduce it with a project based on the example.
Could you allow saving network configuration directory as a ZIP file or updating network configuration directory from a ZIP file?
I can confirm that v0.41 works for me and I can edit the configuration files on my phone. Thanks!
Well, the assertion handler can already return from `fail` and [the documentation states that it can do that unless it's `PANIC` or `UNREACHABLE`](https://github.com/jeremy-rifkin/libassert?tab=readme-ov-file#custom-failure-handlers-1) so this will be a variant of...