David Warde-Farley
David Warde-Farley
It's also a gigantic pain the ass to install so far...
Their PyPI package is "legacy Python" only, so I'm trying directly from GitHub. It seemed that conda did not have a recent enough nodejs (they demand >= 5, conda only...
Have you actually used it successfully? It just says "waiting for data" to me, despite me sending "post" requests to it. On Thu, Jun 9, 2016 at 5:33 PM, dmitriy-serdyuk...
@dmitriy-serdyuk Actually things like `SystemExit` and `KeyboardInterrupt` inherits from `BaseException` and not `Exception`, so `except Exception:` will let those pass, however I agree that this is still too broad.
Okay, fair enough. I still think we should make sure that the only thing in the try block is the external library call (I forget if this is the case)...
I did, I didn't have any idea at the time. But it seems to be the result of having nothing to display because the channel specs are wrong.
If I had to guess I'd pin the blame on fb5a422c...
Yeah, I think a "partialgraph" package would be useful for pylearn2 as well, and just about any other package that needs to describe, in a serializable way, a structure of...
In a quick round of Googling the only thing comparable I could find was lazypy, and that seems less featureful than the thing you and I wrote. It seems to...
Don't totally understand the motivation here.