Rachel Chen
Rachel Chen
@grantcarthew I think it's the same error that if a changefeed becomes unavailable, the Queue just silently ignores it and no errors were thrown.
It's similar to #72 . It would be great if you could implement it. :)
Actually, now that I think about it, it may not seem so easy. My application connects to a proxy node (same application on the same node connects to the proxy...
Right now my workaround is to query `server_status` and check for changes in `time_connected` (so the application can tell that a data node was dropped and it should restart).
@shred86 @Hpridham `git clone https://github.com/chrisjshull/homebridge-nest` directly in your global `node_modules` directory. I used nodesource distribution so it would be under `/usr/lib/node_modules`. Afterward, cd into the directory and do a `sudo...
@chrisjshull clearly the developer(s) at Apple who work on Home.app don't speak Celsius very well... It's a minor annoyance right now that it doesn't show the .5 in the app,...
@jbixby11 1. Shutdown your `homebridge` instance 2. Remove the KraigM version with `sudo npm remove -g homebridge-nest` 3. `sudo git clone https://github.com/chrisjshull/homebridge-nest` directly in your global `node_modules` directory. I used...
@jbixby11 No, just npm install
IPSec (StrongSwan) in Transport mode is also a good option. Kernel based VPN is always the most performant. The latest Linode kernel (`4.15.13-x86_64-linode106`, despite what the UI is actually saying)...
I figured it out. ```golang package main import ( "fmt" "github.com/go-ole/go-ole" "github.com/moutend/go-wca/pkg/wca" ) func main() { if err := volumn(); err != nil { panic(err) } } func volumn() (err...