Matthias Kleine
Matthias Kleine
> So why iobroker.javascript depends on both, coffeescript **and** coffee-script??? Because the [coffee-compiler](https://github.com/alexgorbatchev/coffee-compiler) still uses ``coffee-script``. We should get rid of that dependency.
Of course, this is just a hint to add and configure this feature to avoid incorrect jsdoc.
Okay, seems like that option is really strange: https://stackoverflow.com/questions/52564196/buffer-tostringbinary-adds-new-characters https://nodejs.org/docs/latest-v16.x/api/buffer.html#buffers-and-character-encodings > 'binary': Alias for 'latin1'. See [binary strings](https://developer.mozilla.org/en-US/docs/Web/API/DOMString/Binary) for more background on this topic. The name of this encoding can...
Why is toString used there? Maybe it would be a better option to write the buffer contents to stdout? ```javascript const uint8 = new Uint8Array([0x50, 0x89, 0x47, 0x4e, 0x0a, 0x0d,...
https://man.openbsd.org/crontab.5 `A random value (within the legal range) may be obtained by using the ‘~’ character in a field. The interval of the random value may be specified explicitly, for...
> Files are just files like in the File system ... you can not extend that by any information It depends. Some file systems support meta information on files (like...
> So only way would be "enhancing the stored meta data with additional user-defined details" That was the idea of this issue. Since the directory already contains a folder with...
In my opinion option 2 would be the better way 1. The js-controller can save the ``objects`` and ``states`` attribute of ``/opt/iobroker/iobroker-data/iobroker.json`` before the restore process (of the current system)...
- OS: Linux (Raspbian Stretch) - Python 3.5.3 - Sonoff Dual Same issue with an Sonoff DUAL. Everything was working fine. I've received this message before sonota.py quitted. ``` 2017-12-06...
I have some equipment - but I have no idea how to help now. Is there any documentation how to get more information out of the sonoff in the current...