Charles Wise

Avatar
  • Total activity 70
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 30
  • Created

    Helm file alternative values.yaml

    Answered
    We tend to have a fair number of different values files for all the environments we deploy into. As a result we don't have a 'values.yaml' file. This means that there is no completion in Helm chart...
    • 3 followers
    • 4 comments
    • 2 votes
  • Created

    Language injection in YAML files

    Answered
    I'd like to be able to inject a language into YAML files at this location: steps: my_first_step: stage: prepare title: "demo" image: my_image commands: - echo "hello" > junk.txt  ...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Any issues with Mojave?

    Answered
    I haven't been running the macOS Mojave beta. It's looking imminent. Are there any issues with IntelliJ and Java development?
    • 20 followers
    • 38 comments
    • 2 votes
  • Created

    You need a REST IDE

    I've been using the excellent app, Paw (https://paw.cloud), for a while now on the Mac. It's a tool for exploring and testing REST APIs. But they've been focusing most of their attention on a cloud...
    • 3 followers
    • 1 comment
    • 0 votes
  • Created

    Any issues with High Sierra?

    Answered
    We're coming up on the GA release of High Sierra? Any issues that would prevent a Java developer and JetBrains customer from updating?
    • 13 followers
    • 24 comments
    • 0 votes
  • Created

    Save LOB doesn't work

    Right-clicking on a LOB column and choosing 'Save LOB...' brings up the file chooser to choose the file to save the LOB in, but nothing actually gets saved. I set the maximum LOB size to larger the...
    • 4 followers
    • 10 comments
    • 1 vote
  • Created

    Referring to array class is marked (incorrectly) as an array reference

    Answered
    This code in Groovy: ValueByDate[].class Is valid. But shows a warning in IDEA: "Cannot resolve index access with arguments" and the brackets are underlined.
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    @Query assume JPA QL

    Answered
    In Spring, the language injection for the org.springframework.data.jpa.repository.Query annotation uses JPA QL as the injected language. But when you add ', nativeQuery = true', it should be inject...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Does ANYONE use Favorites?

    Answered
    I was paring down my right-click menus the other day and was reminded that Favorites were actually a thing. Does anyone actually use them? It seems like a pretty useless feature and I wish I could ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Developing/Debugging a Gradle-built Spring Boot app in IntelliJ IDEA

    Answered
    What's the best way to develop a Spring Boot app build by Gradle when using IntelliJ IDEA? The Spring Boot run/debug approach doesn't work because it doesn't run the app using 'bootRun', it runs th...
    • 4 followers
    • 5 comments
    • 0 votes