Kevin Wittek

Results 305 comments of Kevin Wittek

Hi @JonathonReinhart, all right, I'll check it out there. Not sure if the changes will be compatible there though.

I'm seeing a similar problem on Fedora 29. Edit: Just wanted to add, that it seems to work fine after a gnome-shell restart.

I'm having the same problem using the Go plugin in IDEA 2018.2. Any workaround to solve this? Build with gradle is working fine.

@blindpirate Thanks for the suggestion. I have actually the same problem with GoLand. Here is my config, as describe in the docs: ![goland_gopath](https://user-images.githubusercontent.com/5088104/47014047-5ee9d280-d149-11e8-8f4a-406db2e67fb7.png) ![goland_goroot](https://user-images.githubusercontent.com/5088104/47014048-5ee9d280-d149-11e8-8c35-1b5ccb603544.png) ![goland_project](https://user-images.githubusercontent.com/5088104/47014049-5ee9d280-d149-11e8-9398-c6e140438b89.png) I also tried adding the...

Maybe I misunderstand your remark, but doesn't the top screenshot show the config for the global `GOPATH`? Edit: Sorry, I got you know, the value I configured is the project-level...

@blindpirate Thanks a lot for your help. By studying the plugin's source code and the Go docs I was able to figure it out (I don't have that much Go...

While I understand the problem with the provided test case, I fail to imagine the real-world examples, in which this becomes an issue and this might be a smell with...

I'd like to add my point of view as a maintainer of the testcontainers-java library (https://github.com/testcontainers/testcontainers-java/), a library for instrumenting containers as part of integration tests and in which we...

To give a concrete example, a user might need to inject the result of `getJdbcUrl()` into their SUT after the container has started. However, the way by which the value...

I am joining this PR as a `tc-java` maintainer and I might miss the bigger picture, just wanted to point out something I noticed in the description of the PR:...