Kris De Volder

Results 77 comments of Kris De Volder

It seems to create images alright, but I'm not really sure how you can make it show anything on the screen at all. Every time I have tried `someImage |>...

Okay, so I figured what I was missing. Apparantly it was `#require "notty.unix";;`.

So FYI: the full sequence of 'stuff' needed in front of 'the basics': ``` #require "notty";; #require "notty.top";; #require "notty.unix";; open Notty;; (* after all that, the example from https://pqwy.github.io/notty/doc/Notty.html#basics...

Should work in Eclipse / STS, in `.yml` as well as `.properties`. If it doesn't for your particular example please raise a bug with [STS4](https://github.com/spring-projects/sts4/issues).

@rwinch I couldn't get your specific example to work (presumably because I don't have the right stuff on the project's classpath). But here's a similar example, to show how it...

In case it helps... a pointer to the sample at the exact commit where I produced this problem (the fix is commented out). https://github.com/kdvolder/date-service-sample/blob/8da26e2ecbac930494db6a5fa73706c8f5b425ae/date-service/src/main/resources/application.yml

I tried using "local.server.port" but that didn't seem to work either (is there some property one could read that has the _actual_ server port? If so, then that should be...

But it seems Eureka does know the actual port somehow. Because the one instance that does get connected is accessible by clients that obtain a reference to it through Eureka....

Maybe I'm missing something, but it feels 'logical' to me how vscode handles this. I.e. commands somehow 'exist' in the client side. There isn't a list of 'standardized' commands that...

@Arcanemagus > This sounds like a bug in Eclipses Java server. As you already state the spec clearly says that the server should respond to textDocument/codeAction with a list of...