Jack Frosch

Avatar
  • 活动总数 177
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 1 名用户
  • 投票数 3
  • 订阅数 65
  • 创建于

    Why are 2021.x Releases Coming at the end of 2022-Q1?

    已回答
    This morning, I notice I'm running an IDEA 2021.x version. I didn't have my first cup of coffee yet, so I think I missed an update or rolled back or something. I distinctly remember updating IDEA r...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    "The security token included in the request is invalid" on Startup

    When I start WebStorm (usually through Toolbox App), I'm getting this error: It seems benign and I'm to get my work done. Any ideas how to make it stop? Application Details: WebStorm 2020.3.2Build...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    zsh history not preserved in Terminal

    I got a new MacBook Pro which came with Catalina pre-installed.  In Catalina, Apple apparently decided zsh should be what people use instead of bash.  So I gave in and switched to zsh because I hea...
    • 7 个关注者
    • 4 条评论
    • 1 票
  • 创建于

    Run / Debug Config Log Empty

    已回答
    For some reason, when my run log is not being written. I've configured the Run/Debug Configuration for a Gradle-based test to have the "Save console output to a file" checked. The file gets written...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Ever changing toolbar icons

    已回答
    This is no biggie, but would it be possible to confine toolbar icon changes introduced in updates into new themes? It seems like JetBrains changes the toolbar icons with every significant release. ...
    • 6 个关注者
    • 8 条评论
    • 1 票
  • 创建于

    Gradle builds not getting environment variables

    已回答
    This is an old and recurring theme with IDEA, but why aren't environment variables that are defined on a local system passed from IDEA to Gradle when running a Gradle task? Since IDEA is a great to...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Spock Test with @Unroll

    已回答
    I'm seeing an odd output from the JetBrains test runner when running a Spock test with the @Unroll annotation. Here's an example test: import spock.lang.Specificationimport spock.lang.Unrollclass N...
    • 5 个关注者
    • 3 条评论
    • 1 票
  • 创建于

    IU 2016.1 - New Gradle Project Source Set folders not created

    已回答
    When I create a new Gradle project with the Java plugin, the default source set folders are not being created as I would expect. (Why would I include the Gradle Java plugin if I didn't intend on wr...
    • 3 个关注者
    • 4 条评论
    • 0 票
  • 创建于

    IDEA debugger and Gradle dependsOn

    Just bumped into an issue that may cause others heartburn.In Gradle, we have defined integration test source set. We defined the integrationTest task like this:task integrationTest(type: Test, depe...
    • 1 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Configuring Gradle to Show Test Runner in IDEA on Integration Tests

    I'm trying to segregate our Cucumber integration tests from our Spock unit tests since the latter are much faster and are executed more frequently.While the Cucumber integration tests run under IDE...
    • 2 个关注者
    • 4 条评论
    • 0 票