Benjamin Egner
Benjamin Egner
Same here - Works if i activate the modify events on my mouse too (corsair glaive here) - BUT - the claive is not recognized by iCue anymore if i...
> Happy to see Im not alone. > @begner as you introduced this fix, and see that you made a fork, could you help providing a binary i can provide...
Here we go: Preliminary PiPip.0.1.6-beta https://github.com/begner/PiPup/releases/tag/0.1.6 Hope everything went well while building & compiling. Please test
On my tv it starts when it was running before shut down/restart. So I started it once - an since then it’s running (except Firmware updates - in that case...
> Do I just run ADB install with this apk you've posted? Yes
+1 - same here... Currently trying to solve this with a second "Scheduled Task", which shuts down FanControl when going into Sleep or Hybernation. Something like this: (Can be added...
We've got the same problem. A quick fix is to require caniuse-lite dependency in your own project and copy the node_module/caniuse-lite/data/* folder into the cypress installation folder (in npm cache)...
@dylnclrk > I was wondering, does anyone know if this is an Electron issue vs a Cypress issue? As i wrote in my post and @tit described it further -...
Ahh... the problem seams to be the pre/post render use ProcessBuilder, which cant be called with (if setting is = '/bin/bash /home/..../scriptname.sh') ProcessBuilder('/bin/bash /home/..../scriptname.sh', fname.getAbsolutePath()).start().waitFor(); it shoule be ProcessBuilder('/bin/bash', '/home/..../scriptname.sh',...
Hmm... even with a single binary, the process does not start at all... So - again :) Is this a known issue? custom-commands / image-updates does not start at all?...