Dave Syer

Results 522 comments of Dave Syer

What if we just copy the code from `SocketUtils` into this project and make it package private? It's not the best long term solution, but it will get us to...

Starting the server first would mean a behaviour and/or API change - the least disruptive way would be to not try to return the actual physical port from `GrpcServerProperties` (`getPort()`...

I'm on Linux (Ubuntu base). If you follow the instructions in the README you first find that you need to install `mvn`. Once you do that you get this: ```...

I figured out how to get round that (I have `clang` from `wasi-sdk` installed as the default C compiler - useful for compiling WASMs, but not for building native libraries)....

I also had to make some changes to the `Wasmtime` bootstrapper because it doesn't know that `os.arch=amd64` is known to Rust as `x86_64`. Then I can finally run "Hello World"....

I have the same problem, or possibly something similar. In my case the APT project is not even a dependency of the target project (the one that won't build), but...

The red marker went away when I removed the `relativeLocation` from the `parent` (the errors are still there though - dozens of them just like the above).

This project has errors for me: https://github.com/scratches/polyglot-demo

Wow, thanks for trying that. Leads me to believe it's probably the Groovy support for m2e that's the problem (it's a one click install from STS and I need it...

You didn't show the Errors view though in the screencast (that's where I see the issues), so I guess it could still be an issue.