Jussi Nurminen

Results 14 comments of Jussi Nurminen

I just ran into this bug, which caused my package level loggers to output everything in duplicate. I spent quite a while debugging it, since thought it was caused by...

Working around it is easy once you figure out what's going on. But at least for me, that took quite a while. Please don't force logging handlers on us :)

![image](https://user-images.githubusercontent.com/8491321/48487626-7212bf80-e827-11e8-9aab-629aee9c3e4b.png)

![image](https://user-images.githubusercontent.com/8491321/48777976-b5b07200-ecdc-11e8-9924-7527b65e3060.png)

I guess you are referring to the Nexus bug where it will no longer produce the videos until it's been restarted? Yea, it would be good to detect this condition....

The Nexus pipeline for checking the videos could be written in Python. Alternatively, maybe gaitutils should directly allow Python scripts in preprocessing/postprocessing operations. Perhaps you could e.g. have a rule...

Good idea. I'm pretty sure that at least the Theora conversion could be speeded up, perhaps using a custom compiled ffmpeg2theora or whatever.

The web report delegates figure creation to the Plotly plotter. Looking at it quickly, my first hunch is that the plotter is designed to be invariant to the ordering of...

A longstanding issue. The ideal solution might be to ditch the Chrome video player and create/obtain a Dash video player component that would handle also other useful things, like synchronization...

Here's a Dash video player component that wraps ReactPlayer: https://github.com/plotly/dash-player It might be an improvement on the Chrome player even out of the box, or at least a starting point....