janvda

Results 34 issues of janvda

The readme file mentions the following example using `--homedir` ``` $ x11docker --xorg \ --pulseaudio \ --gpu \ --homedir /host/path/to/kodi/home \ -- -v /host/path/to/media:/media:ro -- \ erichough/kodi ``` I have...

bug

I am just wondering how to automatically handle expired access tokens. I gradually understand how I can use google.auth.OAuth2() so that it will automatically request a new access token (using...

I think it is NOT possible to send ios push notification when having a free apple developer account. If you want to send ios push notification you need: - a...

Here below the activity log retrieved for the last hour for my miband 5 device. You can see it is not correctly interpreting the odd minute timestamps are totally different...

I successfully connected to my miband5 but when I `Set the band's music and receive music controls` as below it doesn't work: ``` Set music track artist to : artist1...

As you can see below it takes 10 seconds to connect to my miband5. There is a 10 second delay after it got connected and it enabled the authentication service...

I am testing it using the `miband4_console.py` program. When I select `@ Get activity logs for a day` at 9 minute past midnight I am getting below output. So you...

I successfully connected to my miband 4 using program: ``` python miband4_console.py -m XXXX -k XXXX ``` I then navigate on my miband to the music menu and if I...

When parsing an sql query then the attribute `parser.columns_dict` returns also information about the join. E.g. see https://github.com/macbre/sql-metadata/blob/master/test/test_getting_columns.py ``` { "select": ["fw1.wiki_id"], "join": ["fw1.wiki_id", "fw2.wiki_id", "fw2.time_id", "dw.wiki_id"], "where": [ "fw1.time_id",...

enhancement

I am actually wondering what is the meaning of the environment variables `VIRTUAL_HOST`, `VIRTUAL_NETWORK`, `VIRTUAL_PORT`, `LETSENCRYPT_HOST`and `LETSENCRYPT_EMAIL` that are defined in the [example docker-compose.yml](https://github.com/tiredofit/docker-freepbx/blob/15/examples/docker-compose.yml) ``` environment: - VIRTUAL_HOST=hostname.example.com - VIRTUAL_NETWORK=nginx-proxy...