Jordan Byrd
Jordan Byrd
# When file a bug report (see below for feature requests) ### What version of GoTTY are you using (`gotty --version`)? ``` gotty --version gotty version 1.0.1 ``` ### What...
``` !pip install pixiedust !pip install pixiedust_node ``` ``` import pixiedust_node ``` ``` %%node var date = new Date(); print(date); ``` ```--------------------------------------------------------------------------- TypeError Traceback (most recent call last) in ()...
Hey, I noticed some confounding behavior in the redis driver. If you've passed auto_reconnect in either 1.1 or 1.2 it mostly works! this is great! but there's an exception handler...