Pandede

Results 7 issues of Pandede

I found out a bug that the matrix cannot be viewed in detail if `pandas` is not imported For example, The matrix cannot be viewed with following code: ```python import...

1. Fix the content would not be shown if `pandas` has not imported yet 2. Support `xarray`

Continue the progress in #30 Sorry for the previous PR without checking, now it can be run properly.

### Things to check first - [X] I have searched the existing issues and didn't find my feature already requested there ### Feature description `remove_job` or `remove_all_jobs` of `BackgroundScheduler` should...

enhancement

The following issues is resolved in the request: 1. There is a missing variable `capDataLen` in `tm_template_script/arduino_image_provider.cpp` 2. There is a port filter function in `TM_Connector.pde`, but it's incorrect on...

Fixes #1065. The reason of this issue is `Pillow` sometimes read the image with `.readline` but not only `.read`. **Update:** It happens seldomly when loading a WebP image.