sergeykad
sergeykad
The previous issue about the same topic was unfortunately closed due to inactivity. We experience these errors almost daily on our CI environment (no Dockers)
Hi @iamdanfox . I understood that running the command I mentioned above will apply some default fixes to my code. Is it not the case? There are no specific violations...
I eventually used another approach which worked: https://github.com/tbroyer/gradle-errorprone-plugin/issues/38#issuecomment-565162822 You can close the issue if you think it is irrelevant.
I guess it's ok. It just was unexpected, since it is not mentioned in the plugin description.
It is not always feasible to extract Enum to a separate JSON Schema file. For example, if a client has defined Schema and you cannot change it. An option in...
Still reproducible with Jib 3.3.1 on Gradle 8.1 I am not sure if configuring outputs as proposed by @gbesancon solves the problem, but it creates a new one. After the...
@pschichtel It indeed looks very plausible. I will try your workaround, but I hope there is a better way to solve it.
> So how do we install this on a linux system if we are using python 3.11? In a dockerfile of "FROM python:3.11-slim" I cannot install "confluent-kafka" as it gives...
Thanks for the detailed explanation. I did use https://darkxst.github.io/silabs-firmware-builder/ This is the configuration I have.  I hoped that it's supported, but if not, I can wait till it's more...
I started getting this error on Ubuntu 22.04 (kernel 5.15) after adding `--link` parameter to the Dockerfile `COPY` command. It happens only on part of the builds. ``` Client: Context:...