Mert Toka
Mert Toka
It seems like another application is using the port 4003 (most likely _node_). Could you run a quick `netstat` to make sure?
I cannot seem to replicate the issue on my system right now, but I don't remember seeing an error message when I had encountered this in the past. **Edit:** I...
Same here. It is really frustrating since I was planning on using this library with HTC Vive. **Edit:** Tried using [this post](https://stackoverflow.com/questions/9194495/type-exists-in-2-assemblies) but it seems like [.NET itself have a...
A similar issue happens on Windows 10 as well with JDK-11.0.10.9. I tried both 0.1 and 0.11 versions. ``` java.exe --module-path .\facebook-data-image-exif\javafx-sdk-11.0.2\lib --add-modules javafx.controls -jar .\facebook-data-image-exif.jar ``` ```java Exception in...
Actually, it is not that one. I am also using `react-grid-layout` and if I use `react-selectable`, let's say, in the middle element, it calculates the mouse position from `document`s left-top...