Dan Royer
- Total activity 67
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 19
-
Created Two current licenses. What do?
AnsweredI paid for a year license ending 2027-02-17. I then won a contest, the prize being a one year license. I was told I had to redeem the code before april something. I did, and now I have two (slig... -
Created request: open in > unit test
AnsweredIn large programs it can be taxing to navigate the file system a lot.It would be nice to have a shortcut to open the unit test. Obviously the other way is easy enough. Something like “Open > Matc... -
Created Cyclic dependency keeps reappearing?
AnsweredSince upgrading to the latest … some part of the IDE keeps modifying module-info.java to add a cyclic dependency.My module info is for `open module com.marginallyclever.robotoverlord` and it adds `... -
Created Quality of syntax highlight / error checking way down?
AnsweredHello,In recent weeks the quality of syntax highlighting and error checking in IDEA seems way down. Is it just me? Code that compiles still shows many items in red. Restarting the IDE doesn't fi... -
Created Can you recommend a locally run speech-to-text plugin?
I want push-to-talk to transcribe my words at the cursor position. My searching has only found questionable plugins that require AWS or some other external processor. Vibe will transcribe using a... -
Edited Unnecessary "may produce NullPointerException" warning
AnsweredI'm explicitly testing for null so why am I getting warned about the @Nullable condition?I'm still on 2024.3.2.2 -
Created module: local install? found. jitpack install? not found.
Answeredhttps://jitpack.io/#marginallyclever/donatello/1.2.7 builds and installs OK.Working solution- clone https://github.com/marginallyclever/donatello tag 1.2.7- maven clean install - clone https://gith... -
Edited module not found (when it clearly exists)
AnsweredI have three open source projects depending on each other.https://github.com/MarginallyClever/NodeGraphCore/ v 1.0.22 required by https://github.com/MarginallyClever/Donatello/ 1.2.2 required byht... -
Edited Suspicious Indent vs clean code
Answered// part of floyd-steinberg dithering double quantError = (oldPixel - newPixel) / 16.0; if(b2+1 < steps) error0[b2+1] += quantError * 7.0; if(b2-1 >= 0 ) error1[b2-1] += quantError * 3.0; ... -
Created License for kids?
AnsweredMy nephew is 11 and deep into Khan academy. He's using Wave Function Collapse and also hand crafting texture arrays because KA won't let him upload. Since he's so familiar with Processing JS I sh...