Jonathan Malmaud
Jonathan Malmaud
Alright, https://github.com/JuliaLang/julia/pull/13795 can now recover gracefully from deserialize failures by keeping a log of ACKed messages and using frame delimiters to reset the message stream to a working state.
Well, you want a way for the worker to signal to the client that a deserialization error happened, and to associate that signal with a specific message. The worker doesn't...
Makes sense. If the header is going to be message-agnostic, there'd need to be a bit of refactoring of the message types so that response_oid is part of the header...
Alright, https://github.com/JuliaLang/julia/pull/13795 implements the header mechanism.
I think every other DLM reader I've encountered will first check if a column is entirely boolean/numeric, and if not will just return strings for each cell. Returning a hybrid...

IIUC we sitll don't have the ability to set a default host but not an application. Ideally `moonlight stream [host]` could skip directly to showing the apps for the given...
Right, I want to be able to specify the host but NOT the application. When I tried leaving off the application, it didn't work.
And it looks like IPython has support for changing the QT console lexer (https://github.com/ipython/ipython/pull/4622), but only in master. Changing the lexers for syntax highlighting, but automatic indenting for blocks defined...
Great to hear that. The stubs can live in separate files that sit parallel to the original Python source files, which preserves Python 2 compatibility. I recently went through this...