Philip Kocanda

Results 11 comments of Philip Kocanda

Why would that be needed? You can simply select another transaction you are interested in, or clear the view using CTRL/CMD+K. On Wed, 3 Jul 2019 at 10:54, Jan Jędrychowski...

Might be nice to have indeed. Do you have an example of a case where the current behavior would be preferable?

That would be a cool feature :) Now that I know how this extension works, I might take some time to implement that! Though I think it's separate from this...

After some local testing it looks like the first request still fails, because `homebridge-nest` doesn't wait for the "set to home" request to complete. Looking into a fix.

Noticed this too. Looks like this happens when my Nest is set to away mode, looking into a fix.

Wrote a fix! :) If you want to use it before the pull request is merged, you can use this command to install it: ``` npm install https://github.com/philipkocanda/homebridge-nest.git#fix-away -g ```

Yes I noticed this as well. I've tried to fix this yesterday, but couldn't get it to work. I'll look into it some more but I don't know when I'll...

Lol, sorry about that, that's pretty annoying.

Created a plugin for this: https://github.com/philipkocanda/pimatic-buienradar. Let me know if it works for you!

You could try setting the following, for instance in an initializer: ```rb Chewy.root_strategy = :lazy_sidekiq Chewy.console_strategy = :lazy_sidekiq Chewy.request_strategy = :lazy_sidekiq ```