Dan Royer

Avatar
  • 活动总数 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...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 5 条评论
    • 0 票
  • 创建于

    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 `...
    • 5 个关注者
    • 7 条评论
    • 1 票
  • 创建于

    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...
    • 5 个关注者
    • 14 条评论
    • 2 票
  • 创建于

    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...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 已编辑于

    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
    • 2 个关注者
    • 4 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 7 条评论
    • 0 票
  • 已编辑于

    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...
    • 2 个关注者
    • 5 条评论
    • 0 票
  • 已编辑于

    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; ...
    • 3 个关注者
    • 5 条评论
    • 0 票