Michael Seifert
Michael Seifert
I am currently trying to package asynctest-0.12.2 for Gentoo Linux and I am running into a test error: ``` ====================================================================== ERROR: test_events_watched_outside_test_are_ignored (test.test_selector.Test_fail_on_active_selector_callbacks) ---------------------------------------------------------------------- Traceback (most recent call last): File...
The Plyr module cannot be imported in Node.js, because it depends on `document`. This is an issue for server-side rendering used by some static site generators (see [downstream bug](https://github.com/redxtech/vue-plyr/issues/126)) and...
I am experiencing a problem that prevents my Faust app from starting properly. The issue occurs with Python 3.6 and Python 3.7 but only on my CI server. I cannot...
Although the currently available LineRenderer2D can be used with a DateFormat to render an axis containing date values, it is hardly possible to get useful ticks. When the ticks are...
Legends and legend symbols depend on plot. This should be refactored so that Plot sets the legend symbol, since only the Plot implementation knows about the different renderes (e.g. PointRenderer,...
All data that is stored currently resides in `DataTable`, which is a two-dimensional data store. One-dimensional slices, such as `Column` and `Row` are derived from `DataTable`. Instead, they should be...
The `Filter` classes currently extend `DataSource` and filters other `DataSource`s. Instead, filters should filter one-dimensional data and there should be a `FilteredDataSource` which acts as a bridge between filters and...