Karl von Randow

Results 143 comments of Karl von Randow

@matharris7 Ah yeah, there will be errors... let it keep running and it will find it if it's there

@Sakujakira thank you! That last line is where the plugin is installed. You can `cd` to that directory and then continue the setup steps. Do you know what `roomba2bridge` means?...

@matharris7 OK, progress! Once we resolve this we'll update the instructions. `EHOSTUNREACH` suggests to me that the IP address you've entered isn't valid. From the log it looks like you...

@Sakujakira okay. So it's going to be a little challenging to locate in every case, but I'll write a command that might do it.

@ashtez this is an interesting out. Roomba looks like a switch so I guess that's what we get from that. I'm not sure there's a good alternative for us. Does...

@djensenius @mjamison44 please try the latest release (1.3.1) and report back. We've upgraded components and changed many things.

@AmBadAtUsername What version of the homebridge-roomba2 plugin do you have installed?

@wonghc1 have you been able to resolve this with the latest version?

@jdneo This line in `JUnitLaunchConfigurationDelegate.java` uses `Set.of` which is not available in Java 1.8, but the maven compiler plugin is set to use Java 1.8: ```java private static final Set...

@dozoisch it would be wonderful to having types in the project, if you're interested, this is the file I've created that seems to work: `index.d.ts` ```typescript declare module 'react-async-script' {...