Jt Whissel
Jt Whissel
Here is the log. ```log 2020-09-18 18:45:31 ERROR (Thread-5) [custom_components.wyzesense.wyzesense_custom] Invalid packet: b'55aa53193500000000000000000ea2373739333143434602011ba704' 2020-09-18 18:45:31 ERROR (Thread-5) [custom_components.wyzesense.wyzesense_custom] Invalid packet: b'55aa531d190000000000000000a23737393331434346021b600001011ba73505' 2020-09-18 18:45:31 ERROR (Thread-5) [custom_components.wyzesense.wyzesense_custom] Invalid packet: b'55aa531d190000000000000000a23737393331434346021b600001011ba73505' 2020-09-18...
Here is the chunk of logs when it stopped working. It stopped working when wyzesense started to log out that it was in the past `1969-12-31T19:00:00` https://gist.github.com/Phara0h/b36ee1463f7417a3d8def48765abdbbd
### The problem 2022-09-26 18:09:37.864 WARNING (zeroconf-ServiceBrowser-_googlecast._tcp-99) [pychromecast.dial] Failed to determine cast type for host () (services:{ServiceInfo(type='mdns', data='Philips-TAW6205-c4629ff45132f1498590258bbdc3141f._googlecast._tcp.local.')}) What version of Home Assistant Core has the issue? 2022.9.5 What was...
I am having the issue when I am doing Decimal(0.92).sub(1). Decimal(0.92).sub(1) == "0.-8" when it should equal Decimal(0.92).sub(1) == "-0.8"
Decimal(0.92).sub(1) == "0.-8" when it should equal Decimal(0.92).sub(1) == "-0.8" Please accept this pull request and push it to NPM. I am using this code in a production product and...
Hello, I am using your login demo. When I put the code on the root of my servers directory. It works, but when I put it into a sub folder...
Would be nice to have a node package that allows for easy use of WWB.
Updated to latest jsbeautify for latest e6+ code to work
Any way to do this ```js addon.foo((string)=>{ string = "slkdfjsf"; return string; }) ``` or this ```js addon.foo((func)=>{ func("slkdfjsf") }) ```
Threads
New to rust, I am trying to have my callback function be passed into my thread, this call back function will be called multiple times. However, it seems I can't...