kdkavanagh
kdkavanagh
In my RProfile.site, I've got a few lines to setup my reticulate environment. If I launch R directly, this works fine. If I launch radian with `--no-site-file` and then manually...
Adds support for decltypes in return types and method parameter types. Previously the parser was thrown off by the inclusion of the extra parenthesis used with `decltype()`
Apologies if I missed this somewhere in the docs... Are there any plans to support Clickhouse's [External Data API](https://clickhouse.tech/docs/en/engines/table-engines/special/external-data/), perhaps accepting a data.frame as input to the query?
Will be accompanied by HomeAssistant `media_player` support
**Crash Report** mypy crashes when it encounters an overload signature containing a TypeVarTuple like: ``` @overload def cast( self, typ: type[MyType[SomeOtherTypeVar, *TheTupleTs]] ) -> MyType[SomeOtherTypeVar, *TheTupleTs]: ... ``` **Traceback** ```...
I dont have enough information yet to provide a reproducible example, but to first describe the issue: I'm observing that VSCode quick-fix and autoimport functionality are unable to find symbols...
Closes #85 and #37. Probably also closes #74
After turning the switch on, it seems to immediately turn itself off... The lights all turn on correct and stay on despite the stateful switch turning off. Only happens for...
### What happened? Attempting to update to latest 2.15 firmware from (mostly) 2.14… Every single switch “Fails to respond” to OTA request in Z2M. I’ve tried cycling the switch +...
When a reactive update is `compute`'d, its return value is compared to the current before invoking any watchers, irrespective of whether the reactive object is marked as `always_update` due to...