Eric Francis

Results 10 comments of Eric Francis

Right, I knew about that; I should have mentioned that I'd like this specifically in the Variable Explorer, thus bypassing the need to evaluate (or json-convert) each variable to be...

I linked the wsPython project for a pure python example, realizing that it wouldn't be directly translatable. Perhaps a better example would be to look at how Hydrogen handles the...

I've also got a use for this (or similar): I've got a schema for json documents which describe a grid-like structure with rows and columns. Some of the rows only...

Is there any way to listen to changes to the size of an array or tabarray form element? Or would it be easier to set up some kind of watch...

This isn't a common requirement as I think most people/organizations use queries or stored procs which just return a single result set, but we've got a few different procedures which...

Could you provide more detail? From my experience using the in-line display of output, the output panes for sufficiently large outputs are already presented in a scrollable view with both...

What about using something like https://pypi.python.org/pypi/keyring, which not only works between Gnome and Kwallet, but also integrates with Windows' and Mac's keychain services?

Instead of ^C, a kill (and pause) button would be more fitting.

I can also confirm after using 1.11.0 for several months now, the use_sso=True feature works to integrate with our kerberos authentication. Thank you!

Apparently you do need to use the floby fork. I tried running it from the main line and got an error about "Cannot find module 'socket.io-node'". Switching to the floby...