kaiaeberli
kaiaeberli
The issue seems to be related to send_binary method of Canvas class in ipympl. It does not send any blob's back when blitting and plt.ioff(), but does when drawing (it...
Thanks - I tried replacing `fig.canvas.draw()` with `fig.canvas.draw_idle()` but could not see any noticeable improvement in framerate.
Maybe it is to do with the baud rate of the Serial.begin() and Serial monitor not being the same? See: https://forum.arduino.cc/index.php?topic=528920.0.
thanks i might give it a try - do you know if there is a better javascript matrix multiplication library that supports current browsers / OS?
I am having the same issue with pypyodbc on RHEL 6.5 using unixODBC and freeTDS. I solved the issue using this link: http://www.pynut.com/?p=241 setting force_unicode = False in the _UpdateDesc()...
Never mind, all fixed now: found this - https://code.google.com/archive/p/pypyodbc/issues/52. Check Comment 1, it fixes both the truncation and the unicode issue.