Glenn Matthys

Results 53 comments of Glenn Matthys

Just stumbled across this myself... Any progress?

What do you mean with start counting from 2001? Internally it's stored as a unix timestamp in milliseconds which counts from 1970-01-01 00:00 (UTC).

Does your query include the time boundaries?

> BootstrapVue v4: > > Complete rewrite Please don't rewrite the project. Thousands of hours have gone into this project along with thousands of bugfixes, improvements, etc... Experience that all...

Same on Operating system: Windows 10 Pro IDE version: IU-221.5787.30 Plugin version: 3.1.4

Try this: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !index RewriteRule (.*) index.php [L,QSA]

Copying straight from the example generated by the quickstart, I got the "jwt audience invalid". I had to change "audience" to "aud" too to get it working. +-- [email protected] +--...

I just came across this issue myself, this behaviour appears to have changed between versions. In older versions it would reconnect by itself.

I'm in the same boat where the equipment gets turned off at night. I created a separate node with "Action" set to "RE-CONNECT" with the same endpoint I'm using to...