Jason Heiss

Results 6 comments of Jason Heiss

TextMate 2 and Sublime Text both restore all project and file state on open (Sublime even restores unsaved edits). I would not switch to an editor that didn't offer that...

Sorry for the slow reply, got hurricaned here in New York. :) Anyway, I get the same error with your code.

No, standard Kubernetes. We use RBAC and PSP to limit users to specific namespaces, and do not give them permission to set their own RBAC or PSP rules. Responding to...

I'm experiencing it. I presume it's a result of some interruption in the TCP connection, either at GDAX's end or somewhere in the network in between. However I haven't spent...

Here's roughly what I'm doing: ```python while True: order_book = OrderBookConsole() order_book.start() while not order_book.stop: print("sleeping") time.sleep(10) order_book.close() ```

I think this ticket is a dup of #11