Michaël Arnauts

Results 252 comments of Michaël Arnauts

I'm also looking forward to these variables. I need to generate an UUID (to send in a request, and correlate against in a reply), preferably without making a service worker...

Until this is implemented, I use the following workaround by tarring it in the container, and extracting it on the host. ```shell docker exec *container* sh -c "tar -cf -...

Not sure if this applicable in your scenario, but you need to make sure that ALL nameservers for your domain are updated. If some of them are caching they might...

When a wrong password is inserted the first time, and after a retry you enter a correct password, the callback isn't valid anymore.

Okay, after much debugging, I've found out that you can specify the type as you do with Java, this is just not documented behavior for Javascript. You need `application/json` as...

There still is something strange going on: ```js S('"test"', 'application/json'); ``` is still returning `"test"` (with the quotes). I would expect that camunda-spin removes the quotes since it is part...

This is a helm chart for Camunda Platform 7, so I'm not sure why you want to add Camunda 8 services?

It seems the version on docker hub wasn't able to build. See https://hub.docker.com/r/lucaderi/ntopng-docker/builds/bw83pyffjba6bvjggaosafc/

I would like to use this library in HomeAssistant, but I need to use the `lang` option like in #25, but it's blocked by the rewrite of 2.0. What's the...

This was the reason why my layouts where showing broken in Outlook. One note though, the css element is called `word-break` instead of `break-word` :)