rfaelens

Results 13 issues of rfaelens

Beautiful library! Using it to push EQ3BT state to MQTT (and subsequently couple this to OpenHAB). Thank you for the development. I am currently polling the Valve state every 10...

help wanted
question

`renv` fails to install ggthemr, because the DESCRIPTION file does not match the stated UTF-8 encoding. The offender is "Daróczi", where the ó character is written in ANSI, but is...

As discussed in https://github.com/jrowen/rhandsontable/issues/336

CustomBorders are not correctly removed when new customBorders are added. This is a known issue and has been reported https://github.com/jrowen/rhandsontable/issues/159 and also in https://github.com/handsontable/handsontable/issues/2002 . A workaround is to reset...

enhancement

The `if` statement only applies to the first call. `Shiny.onInputChanged` is still executed even if `HTMLWidgets.shinyMode` is false... https://github.com/jrowen/rhandsontable/blob/62993ac9be3a1a4188150f7a6502b48b899f075e/inst/htmlwidgets/rhandsontable.js#L261-L274

The use of ES6 javascript is not supported by PhantomJS. This blocks the use of `shinytest` for any automated testing of rhandsontable applications using hot_validate_numeric. Suggest to rewrite the hot_validate_numeric...

When simulating an ODE-type model with steady-state continuous infusion, mrgsolve stops simulating due to an LSODA error. ``` [lsoda] tout too close to t to start integration [mrgsolve] lsoda returned...

bug
low-risk

Libwidevinecdm.so on ARMv71 is using hard-float ABI (`readelf -a libwidevinecdm.so | grep Flags`). This cannot be loaded on a platform using softfp. Kodi fails with a cryptic error message. ```...

See https://android.googlesource.com/platform/frameworks/base/+/921dd75 The whole point of this workaround is to install an older version of WhatsApp to access the application storage. This is prohibited in newer versions of android. Too...

The anti-windup setting in https://github.com/soloam/ha-pid-controller/blob/master/custom_components/pid_controller/sensor.py#L406 is currently cast to int(). This is not required, as it is directly sent to PIDController, where this is used as a float().