Alexander Ho

Results 3 comments of Alexander Ho

Do you mean that after adding variables to a running plot, the plot starts to have a lag to display the data points? I think I noticed the same thing....

Potentially naive simple solution: ``` class LiveAxisRange: ... def remove_data_connector(self, data_connector): if data_connector.__hash__() in self.ignored_data_connectors: self.ignored_data_connectors.remove(data_connector.__hash__()) ```

``` --- a/external/lv_i18n/lib/plurals.js +++ b/external/lv_i18n/lib/plurals.js @@ -58,8 +58,16 @@ function toSingleRule(str) { var start = interval.split('..')[0], end = interval.split('..')[1]; if (cond === '=') { + // Skip lower bound check...