Ronaldo Pace
Ronaldo Pace
I fixed that by adding to the root gradle inside the `allprojects` object ``` allprojects { tasks.withType(Javadoc) { options.addStringOption('Xdoclint:none', '-quiet') options.addStringOption('encoding', 'UTF-8') options.addStringOption('charSet', 'UTF-8') } } ``` and it works...
hi @mbranchick I was having same issues, I was also on 4.19, and core problem was that I used `rpi-update`, which weirdly udates to untested/unstable versions. This rouce explains: https://www.raspberrypi.org/documentation/linux/kernel/updating.md...
> @audkar , we debated a lot about whether to use a supervisor or not, at then end, decided to go w/ it because VM cannot destroy itself so in...
@semoro can u supply a code snippet for that? Simply adding the snippet below generates complete source codes. ``` task sourcesJar(type: Jar) { classifier = 'sources' duplicatesStrategy = "exclude" from...
Hey, I found this issue when having the same problem myself. My homer config is: ``` - name: "Portainer" logo: "assets/icons/docker.webp" type: "Portainer" apiKey: "ptr_DD < the API key copy...
Reposting my comment here from the original core/issues/101704 to add the info here: ------------------------ Thanks for the nice bug report, I don't develop at home assistant, but as a developer...
Any updates here? The changes shown by @bramkragten are perfect. What's the hold up?
> You're welcome to open a PR with these changes if you'd like. I am going to implement the first one for sure but I don't know when exactly I'll...
hey, just as an update here. At the end what this library implements and what we needed for the project was too different and I couldn't integrate it into this...