Alexandre B A Villares

Results 62 issues of Alexandre B A Villares

I know this is very low priority, but I guess it is a good idea to document it here. I looks like a different (older) System GUI API is called....

In Python Mode, if you have non-ASCII text on a tab (.py file), you get `SyntaxError: Non-ASCII character in file '/var/folders/rn/ ... .py', but no encoding declared; see http://www.python.org/peps/pep-0263.html for...

Firmata/Arduino/Serial was working fine on Processing Python Mode, but now it throws an `UnsatisfiedLinkError`error on Windows only. Tried on Python Mode Build 3040. Works fine on macOS. ![firmata_trouble](https://user-images.githubusercontent.com/3694604/43015829-10808010-8c27-11e8-9213-76fc46c7de15.png) ``` add_library('serial')...

Hi, this library is so nice! Would you mind if I tried to create an "examples" folder as it is traditional on Processing Libraries? The documentation examples are great, I...

Could someone pelase provide a well formed library folder for manual installation and use in the Processing IDE? I have downloaded this repo but I lack the skills to produce...

I'm not sure if this is the right repo for reporting on the https://jakevdp.github.io/WhirlwindTourOfPython/ page shown bellow: ![image](https://user-images.githubusercontent.com/3694604/79903931-4b789100-83ea-11ea-956a-0fabb9f9d081.png) The issue is O'Reilly site changed so that http://www.oreilly.com/programming/free/a-whirlwind-tour-of-python.csp does not allow...

![image](https://user-images.githubusercontent.com/3694604/158703345-b31299c4-9eb5-4228-aed5-564f1e1eb3a6.png) I understand how to structure the dictionary from the Mega board example, and I saw in the source code how some shortcut classes that inherit from Board are written,...

## Description Loading some SVG files that used to work with `loadShape()` on Processing 3.5.4 will cause a message like this (the index varies): `ArrayIndexOutOfBoundsException: Index 128 out of bounds...

Help Wanted

I'm on Manjaro Linux and I think I don't have Arial or Helvetica. Running this example: ```python import pero # init size width = 200 height = 200 # init...