Daniel Caspi
Daniel Caspi
Using an instance with a custom path to `CasperJS` would fail if there were spaces within the pathname, i.e. ```php $CasperJSpath = '/home/dxdc/my app/node_modules/casperjs/bin/'; $casper = new Casper($CasperJSpath); ``` This...
I'm having an issue with the following settings: `ON`: `sunset` `offset`: `240` In this case, the time/date is correctly calculated as 12:30am the next day -- at least -- according...
Thanks for writing this great plugin. Is there any way to detect/retry errors from non-2XX responses in the screenshots? For example: I am using: `await captureWebsite.file(url, filename, options)` Also, unrelated,...
Thank you to the creators of this script! This is a terrific script and I've been using it for over a month now. It's been working great. One curious issue...
On Raspberry Pi3, the bluetooth scanning interrupts wifi signals. Once this tool was running, it was actually very difficult to get back into the device to shut it down because...
Somehow, I found out my `public_name_cache` file became corrupt with a lot of binary junk at the beginning of it. This could be due to some force-quit operations I had...
Great extension! A few questions/comments that would be really helpful to clarify from the docs: 1. Is it necessary to include JS in the following kind of immediately invoked expression...
Found some bugs having to do with capitalized names and multiple middle names. Sharing some examples here, it seems the initials get incorporated somehow. Names for testing: - SOFIA GARCIA...
It seems that I have several "identically named" devices - for example, 2 Nest Thermostats, which each have a `Fan` control. This results in the following behavior:  Unfortunately, it...
I have 2 homebridge instances running and I've added both PIN#'s into `hb-conf` nodes. Just trying to understand the behavior since it's my first foray into having >1 hb instance....