Mark Lagendijk

Results 69 comments of Mark Lagendijk

This worked for me: `curl -sSL -X GET -H "Authorization: Bearer LONG_LIVED_TOKEN" -H "content-type: application/json" http://MY_HA_IP:8123/api/states | python3 lovelace_migrate.py -` Note: you can generate your long lived token on the...

This RFC proposes a different approach to #4210 feat(signals): Encapsulation

That could indeed be nice. Especially for component level stores. I think having the option to expose the writable store (as you have in your PR) would be nice. I...

The intended use is to use Apprise as a sibling container. Https would only be needed in a situation where Apprise is on a different host _and_ behind a proxy...

I will explain a bit more about my changes, and also why I added Gulp and what it does. The current approach of this project is nice when your application...

That's ok. I know the feeling ;).

Looks like a networking issue. Try removing the container, and recreating it.

Note: I fixed the current example of this repo in #28.

Yes, see this pull request: https://github.com/juliemr/protractor-demo/pull/28 Op zo 28 jul. 2019 02:32 schreef Martin Derouet : > Hi, have you got a working example or sample project of using custom...

I have to try this when I get the time. I would like this way better if the favorites would be stored per chat, instead of globally. This would make...