Daniel Caspi
Daniel Caspi
Including some code that I've used successfully on one of my NR modules that allows for automated testing. It's very basic right now, but you can see some more examples...
It seems like "Microphone" and "Speaker" types are supported, but not cameras. Would it be possible to enable support? It would be terrific to be able to pull a snapshot...
I had a flow set up with a device, and then later, removed this device from my homebridge configuration (had to purge it out of `cachedAccessories`). Node-RED then crashed (repeatedly)...
Throughout the code, the use of anonymous `setTimeout` functions are used to clear the node status. ```js setTimeout(function() { node.status({}); }, 10 * 1000); ``` The problem is that this...
Every time HB restarts, it resets the color value in my LED strips to HEX code EFEFFF0000 (HSBColor 237,6,100). To reproduce: - Change color of LED strip - Restart HB...
# Checklist - [x] I have verified that the issue exists against the `main` branch of Celery. - [ ] This has already been asked to the [discussions forum](https://github.com/celery/celery/discussions) first....
I'm getting an error on a number of reports which says the files are not valid. I am using the raw EML files to parse. Inside these files is the...
This file (referenced here) is no longer available as of MonsterInsights 7.0.0, and `MonsterInsights_GA` class is also not present. Suspect this will take more than a few code changes, since...
The use of `array_split` from NumPy is now reporting as deprecated. https://github.com/ddelange/mapply/blob/d15007b8508cf3e0a1e53ff428db6501233d88e2/src/mapply/mapply.py#L151 With the latest numpy, it gives warnings, i.e. ``` 'Series.swapaxes' is deprecated and will be removed in a...
Improvements for `tmk` utilities are needed for more general Windows support: - Add support for all Makefile functionality (tests, clean, etc.) - Handle BOM or CRLF line endings, e.g., if...