Results 71 comments of Diego Elio Pettenò

This is now easily tested on Windows as well as Linux, as long as Python 3.7+ is installed (Microsoft Store includes Python 3.8). For this to work, you need to...

My personal preference on this is to use MIT rather than either CC0-1.0 or Unlicense, since they are all on the "extremely permissive" side of the equation, and they reduce...

To be quite honest, Google also recommends Apache-2.0 over MIT — and indeed for the stuff I released while working there I stuck to Apache-2.0 for config files as well,...

As I wrote two years ago I'd recommend 0BSD because it's more widely accepted in the industry. Unlicense is explicitly disallowed in Google's opensource contribution program.

As a data point it doesn't look like Google allows contributions to MIT-0. Maybe that'll change, but 0BSD might still a safer bet if we're going down that route.

To clarify, Google disallowed all of those except 0BSD. Which is why I have been using, and recommending, it. See the details from https://flameeyes.blog/2020/04/16/making-it-easy-to-contribute-code/ and my difficulty indeed to find...

Different lists for licenses allowed to be *used* versus being able to be *contributed to.* Personally I care about the latter, since otherwise I cut myself out from the contributions...

Good question — the [hook documentation](https://black.readthedocs.io/en/stable/version_control_integration.html) says not to use `args`, but that implies that `args` exists… so it would just be a matter of adding that to the hook....

I guess I'll add some notes here about the Humidifier interface for my DR-HHM001S. ## Light Mode The light mode can be set based on threshold in the app –...

## Error Conditions Removing the water tank altogether is reported as ``` 2025-01-11 22:19:44.711 DEBUG (DreoWebSocketStream) [pydreo] PyDreoHumidifier:handle_server_update(Humidifier): {'method': 'report', 'devicesn': 'REDACTED', 'messageid': '00062B759BC33D6B3FBBF6020F5B0000', 'timestamp': 1736633984695, 'reported': {'wrong': 2}} ```...