-
At the moment, `mise hook-env` does not respect `settings.ignored_config_paths`, so it is impossible to prevent mise from automatically running this command in a shell in which mise is activated.
T…
-
I think I have spotted an issue in ArtnetSender.h
What happens if millis(); overflow and now is 0 and this->last_send_times.find(dest) = 4,294,967,000 ?
```
void streamArtDmxTo(const String& ip, …
-
The error is related to the ambiguous millis() function due to the fact that there are different definitions of this function in the code. We can solve this problem by using a specific notation of the…
-
Apparently, `millis()` will wrap around to 0 after roughly 49 days of execution time. In environments where the RNode may be left unattended, this could be an issue, and cause weird behaviour.
I ne…
-
millis() function is not implemented yet ? Or exist under another nameoffunction ?
-
Hi.
I try to compile your code with esphome 2023.7.1 and get errors like that:
`src/esphome/components/junctek_kgf/junctek_kgf.cpp: In member function 'void JuncTekKHF::handle_settings(const char…
-
If we want to enable a seamless transition for saved queries, we need to support mixed-type comparisons. Saved queries are likely to have clauses like `| WHERE ts > "2023-10-23T13:00:00Z"`, and the a…
-
In my dev environment (Macbook Pro 2020 i7) importing `atproto` takes over 3 seconds with Python 3.10, 3.11 and 3.12.
I couldn't find mentions of this in the issue tracker, so I assume this is not…
-
2024-11-18 00:36:19.806 [destination =xxxxxx , address = /xxxxx EventParser] ERROR com.alibaba.otter.canal.common.alarm.LogAlarmHandler - destination:dl_dljt_luxi[com.alibaba.otter.canal.parse.excepti…
-
We need help upgrading `rzeldent/esp32_smartdisplay` version to its latest tag, currently [@2.1.0](https://github.com/rzeldent/esp32-smartdisplay/tree/2.1.0).
We must upgrade all direct `lgvl` call…