codeanticode
codeanticode
This paper describes one approach: [Controlling False Discoveries During Interactive Data Exploration](https://arxiv.org/abs/1612.01040) based on: [Sequential Selection Procedures and False Discovery Rate Control](https://arxiv.org/abs/1309.5352)
@suuuehgi looks like you were trying to load a malformed file, which had csv extension but used tabs as separators. However, I tried that and got a error dialog: ...
Ok, got it. I will take a look. Maybe the fix is as simple as adding a better warning message in Mirador so the users know they have to name...
Sure, no problem. I have been using the mode on 4.1+ and 5.x devices.
@hunterkiddo thanks for reporting this issue, and the workaround, I will tag it for the next bugfix release (4.1.1) since I'm uploading 4.1 just now!
Version 4.1.1 should be available for downloading through the Contributions Manager in the PDE.
That's odd. You can download and install v4.1.1 manually from here: https://github.com/processing/processing-android/releases/tag/latest until the release shows up in the CM.
Actually if you install version 4.1 through the CM, you will actually get 4.1.1. Somehow the CM has not updated to reflect the new version yet, although the files are...
Hello! If you add some drawing function to draw(), do you still get the invalid enum error? For example: ```java void setup() { fullScreen(P2D); } void draw() { background(190); }...
Ok, thanks a lot for checking! Other than the error message, have you seen any visual glitches or rendering issues?