Vladimir Sitnikov
Vladimir Sitnikov
Here's an alternative implementation that uses a probe+buzzer so the user can have audio and visual feedback when tuning screws: https://github.com/MarlinFirmware/Marlin/blob/d56136f06cca075e801aabcff76bd207d4da349f/Marlin/src/lcd/menu/menu_bed_tramming.cpp#L270-L277
> BLtouch can't trigger, when bed goes down That is indeed unfortunate, however, the wizard could at least assist when the bed should tune up. In other words, it could...
> I would like to see this merged in this "basic" form Do you think you could fix utf-8 issues first? In the current form, the PR is completely unworkable...
I've filed the issue for HttpClient: https://issues.apache.org/jira/browse/HTTPCLIENT-2325
>It may be a bit pedantic but I think we should stick to building with Java 8 until we update to a newer LTS release (at least 11, if not...
If you publish to central, then you could publish with signatures. I tend to publish plugins to both Central and Gradle Plugin Portal for redundancy. However, it might be enough...
Could you publish `de.thetaphi.forbiddenapis:de.thetaphi.forbiddenapis.gradle.plugin:3.6` artifact to Central as well?
Just to clarify: signatures can be published to both Central and GPP. I am not sure if there's an option to add signatures to already existing artifacts at GPP.
Workaround: ```kotlin tasks.withType().configureEach { doFirst { if (reportPath.exists()) { // RewriteDryRunTask keeps the report file if there are no violations, so we remove it reportPath.delete() } } doLast { if...
Thank you for mentioning code-suggester. It might be worth looking into. However, I have already merged "print diff"-based openrewrite to pgjdbc, so it still looks like a reasonable way to...