GoToLoop
GoToLoop
Since **_ArrayList_** isn't safe like **_Vector_**, I'm also adding `synchronized ()` at places where either of its structure's **size()** changes. Those 6 methods are: **add()**, **addDrawable()**, **remove()**, **removeDrawable()**, **clear()** and...
Given ArrayAdapter's constructor requests a List, there's no single good reason to demand an ArrayList over just a List for KetaiList's constructor. A ke:tai's user was trying to pass a...
```coffee "use strict" do -> { default: sketch } = await import("./sketch/sketch.js") console.log sketch new Processing pjs, sketch ``` ```coffee [stdin]:4:31: error: unexpected import { default: sketch } = await...
### Checklist - [X] I added a descriptive title - [X] I searched for other issues and couldn't find a solution or duplication - [X] I already searched in Google...
### Checklist - [X] I added a descriptive title - [X] I searched for other issues and couldn't find a solution or duplication - [X] I already searched in Google...
Maybe after this overhaul we should start from v2.0.0 as the 1st tag? We can do that by creating a "Releases" for the current state.
I've got a cross-mode sketch which needs a ".java" tab when in "Java Mode". But when trying to change to "JS Mode", it refuses to when non-".pde" files are present!...
I'd like to announce that I've registered this library @ http://www.JSDelivr.com as arbitrary version 0.1.4. :smile_cat: http://www.JSDelivr.com/projects/p5.gif.js _"p5.gif.js"_: --- http://CDN.JSDelivr.net/p5.gif.js/latest/p5.gif.js _"p5.gif.min.js"_: --- http://CDN.JSDelivr.net/p5.gif.js/latest/mainfile
On my Garuda Linux (Arch-based), JAVA_HOME points to "/usr/lib/jvm/default/"; which in turn is a symlink to "/usr/lib/jvm/java-21-openjdk/" Function **jdk_install_exists()** in source file ["install_jdk.py"](https://github.com/tabreturn/thonny-py5mode/blob/main/thonnycontrib/thonny-py5mode/install_jdk.py) doesn't take into account a JAVA_HOME symlink...