Caian Benedicto

Results 33 comments of 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: ![Screenshot from 2022-01-07 16-49-37](https://user-images.githubusercontent.com/2220062/148599721-cd866a31-6b14-40f4-87eb-065ecbf3b711.png) 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: ![Screenshot from 2022-01-13 09-59-15](https://user-images.githubusercontent.com/2220062/149342324-b3010c35-7284-44fe-bc93-129daa3f05a7.png)...

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...