Jan-Niklas Meier
Jan-Niklas Meier
Please see if the problems are solved with the latest updates.
I'm sorry that this wasn't updated in a long, long time. I've just created a new commit and now the project builds with Java10 for me. I've also uploaded the...
I'd like to use this feature as well. It sounded easy enough to try to create a PR for this. After reviewing the code, it seems like the methods that...
Since this issue confused me, I tried to understand the current implementation. My understanding is that krakend will respond to OPTIONS requests in the form of CORS pre-flight requests. This...
@marosoft sure, please go ahead.
I ran into the same problem. I wrote a ruby script to read Philips Ambilight values (RGB) and set my Hue accordingly (HSV) https://github.com/dschanoeh/AmbiHue. For the conversion I basically copied...
The first thing that comes to my mind is that the -i parameter is to specify your can interface(s) and not your network interface. It should be something like -i...
I'm sorry that this hasn't been maintained. Have you tried using this fork here? I noticed some commits with regards to the beacon handling. https://github.com/hartkopp/socketcand
I can confirm that I'm having the same issue and don't see a workaround right now.
The documentation indicates that it could also be /dev/rtc0, /dev/rtc1, etc. So maybe it wouldn't hurt to have a variable as well. I'm almost done implementing the tri-state variable but...