Dan Royer
- 活动总数 67
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 19
-
创建于 Two current licenses. What do?
已回答I 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... -
创建于 request: open in > unit test
已回答In 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... -
创建于 Cyclic dependency keeps reappearing?
已回答Since 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 `... -
创建于 Quality of syntax highlight / error checking way down?
已回答Hello,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... -
创建于 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... -
已编辑于 Unnecessary "may produce NullPointerException" warning
已回答I'm explicitly testing for null so why am I getting warned about the @Nullable condition?I'm still on 2024.3.2.2 -
创建于 module: local install? found. jitpack install? not found.
已回答https://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... -
已编辑于 module not found (when it clearly exists)
已回答I 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... -
已编辑于 Suspicious Indent vs clean code
已回答// 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; ...