Andrew Crozier

Results 14 comments of Andrew Crozier

We are developing a web terminal around pyte, mainly for its ability to maintain screen state on the server side. We found that as we wanted to push generation of...

@Wramberg - have you tried it with `TERM="xterm"`? I think 256 colours might be an xterm extension.

I would also very much like global configuration from either environment variables or a configuration file, but for the `mininterval` parameter. I'd be happy to put together a short proposal...

Hi Ben, thanks for the suggestion! Could you help me to understand your use case a little better? It's not clear to me in what situation you'd have a variable...

Hi Jesse, sorry for the delay in getting back to you! I've thought about implementing an arrrow-based approach for doing this, but never quite got around to it. I think...

Yeah, definitely. I'll look at it when I get a chance. Do you know the specifics of what they've changed off hand?

Hi @parisni - we are using Livy 0.7.0 in the integration tests. Is there something we're not testing that is broken?

It looks like this will be hard to do in Scala for non-simple types.

There doesn't seem to be an obvious way to reproducibly chunk DataFrames, without doing a lot of messy stuff on the cluster side. Going to park it for now and...

Hey, thanks for this update. Looking at [the changelog](https://marshmallow.readthedocs.io/en/stable/changelog.html), it looks like `load_default` was introduced in 3.13.0. If we merge this PR, we should specify this in our dependencies. Are...