Caian Benedicto
Caian Benedicto
Yes, I've managed to find a custom build of OpenOCD that flashes and verifies it just fine. I've also tried to reduce the baud to 9600 with no success. I...
> Could use the same icon as the plugin does. Done:  But it is hard to see. Maybe a new asset should be created instead of...
I added the white icon to the button and also linked it with the dark theme, so the light theme will show the standard black icon: ...
The button now has a global behavior, like the `active` checkbox.
> Also, I think buttons are never cleaned up. For example, when switching tex files, a new button is added. Buttons are not cleaned up otherwise trying to toggle the...
It is a late reply, but it is worth answering. If it is rounded only in one axis like the picture posted, then you could build such object using a...
@swetashre - Thank you for the response. Running your snippet under the virtual environment I'm using produces the same json decoder error. I would like to correct my previous statement...
Digging a bit further into the error it looks like the json decoder is having problem decoding the following string: ``` string123 ``` I wonder why an XML string is...
Ok found it. The problem was the `s3v4` signature I had in my configuration so I could also work with S3-compatible-ish providers: ``` s3 = signature_version = s3v4 ``` Removing...