Results 63 issues of codeanticode

After updating to Ubuntu 17.10 with Gnome, the Mirador window and all graphical elements including text look tiny again.

bug
UI toolkit

As the user examines the data, the significance test should be adjusted to reflect the increasing number of dependency hypothesis being tested.

enhancement

Seems much faster and also w/out random component that the current surrogate method has. Reference: ["An Approximation to the Distribution of Finite Sample Size Mutual Information Estimates"](http://ieeexplore.ieee.org/document/1494518/), Goebel et. al....

enhancement
Miralib

In order to resize the plots, one needs to edit a parameter in Mirador's configuration file. A graphical resize would be much better.

enhancement

Ported from https://github.com/processing/processing/issues/4246

Gives the following error: ``` Emulator installation was successful. Processing will install x86 images in the emulator. These images are fast, but also need the Intel Hardware Accelerated Execution Manager...

bug
mode
emulator

This dialog would ask for: * package * version * icon (and would generate all res)

enhancement
mode

Rendering when the watch face is in ambient mode does not show anything on the screen, for example this sketch: ``` void setup() { fullScreen(); strokeCap(ROUND); stroke(255); noFill(); } void...

bug
needs confirmation

A while ago, @sarahlensing created a new project template for Android libraries that better follows gradle standards: https://gitlab.com/sarahlensing/template It's in the new-template branch: https://github.com/processing/processing-android-library-template/tree/new-template Seems like this template could facilitate...

enhancement

Right now the entire build system is stuck at Gradle 7.2 and Android 33 because anything higher would require moving to Gradle 8. which is not backwards-compatible. The official upgrade...

enhancement
need help