Jeef

Results 219 comments of Jeef

Do you have you alfred auto-configured to have the terminal open `item`? I use this setup so that any "open in terminal" will open in iTerm2 - I'll have to...

Thanks. It’s on my ever larger todo list. Thing is some of your modifiers are already in wft/ wfd and haven’t figured out best way to integrate everything. Your are...

What still needs to be done? I might be willing to take a look

Ah -> you are failing tests... In your dev environment run the following command: ``` python3 -m pytest ./tests/components// --cov=homeassistant.components. --cov-report term-missing --durations-min=1 --durations=0 --numprocesses=auto ``` This might help you...

Pytest is still failing unfortunately

For office 365 you need to use basic authorization. There is a pull request supporting this -> the default version of this lib wont work (at least in my experience)....

Try `import ReconnectingWebSocket from 'reconnecting-websocket'`

"To clear the notifications, you will need to use your Flume app or go to: https://portal.flumewater.com/notifications and clear the notification in question." Unfortunately this is a RTFM situation 😀 Some...

There was at least 1 PR that was submitted a while back - but it got rejected and the person never moved it forward. I don't recall why. I'm not...

And considering how long my PR to get weatherflow into core has taken... lots and lots of time :)