Arnaud Deprez

Results 22 comments of Arnaud Deprez

Hi, I have similar behaviour with https://github.com/lagom/online-auction-scala even after having deleted all the target directory: ``` [info] Loading settings from build.sbt ... [info] Set current project to online-auction-scala (in build...

Yep sorry, just realised that. Anyway might be useful to keep the comment here in case other people forgot that they move they default path to java 11 and have...

Hi @OlgaMaciaszek, thanks for your reply. This would help if it was possible but it does not seem to be. To be clear, I'm using spring-boot `2.0.4.RELEASE` and spring-cloud `Finchley.SR1`...

I think it's still a nice to have unless it has already been resolved. Although I didn't have the time and this can be mitigated with some issue management tool....

I'm on vacations. Will be back on Tue 20.

Hi, As you requested, I've tested with latest version and it still does not work. So this is working with junit rule where I can specify the stub version to...

Hi, Apparently I have the same issue as you, did you solve it somehow ? Thanks

I've got a similar issue on OSX too and I've found this issue https://github.com/kubernetes/kubernetes/issues/23392. That is exactly what I've and shared option explained cause some other troubles :-(

Thx @Kapaski I'll give a try to kmachine.

Apparently, thanks to @spiralman, the following command: ``` sh docker-machine ssh $(docker-machine active) sudo mount --make-shared / ``` should make it work. I'll try tomorrow