Bas Dado
Bas Dado
A quick hack for those of us using the docker variant, you can apply @jjasghar's workaround by adding the following lines to the [entrypoint.sh](https://github.com/CachetHQ/Docker/blob/main/entrypoint.sh) file, right above the line that...
I run into the same problems! What would be a good way to solve this? Mounting /etc/{group,passwd,shadow} to the container?
Hi fsaris, thanks for the quick response! Although (at least one of) the lamps are quite close to the bluetooth adapter ( < 3 m), `hcitool lescan` gives no other...
Should the lamps be in a specific state? I.e. on or off? Or should they be reset or somehow set to "pairing" mode?
 For testing purposes, i put one of the lamps right next to the bluetooth adapter (as shown in the picture). But still the adapter can't seem to find it...
A workaround seems to be to use `quillEditor.clipboard.dangerouslyPasteHTML(value); `, instead of setting the innerHTML. Or at least, that way the old `` blocks are rendered correctly (note that you might...
I'm running into the same issue with: https://www.funda.nl/huur/delft/0-900/3-dagen/+10km/sorteer-datum-af/
The issue comes from the dependency on [google xzing](https://github.com/zxing/zxing) 3.4.0, a QR code library, which depends on the vulnerable library ([JCommander](https://jcommander.org/)). Google xzing has an update available in which this...
I like the current idea, but wouldn't the "sleep" timout need to be at least the interval of the health check times the "retry" amount for the health check? Otherwise...