Bryan A. Jones

Results 127 comments of Bryan A. Jones

Ready to go -- see #67. Do you want me to post this on PyPI as v 3.1, or do you want to bump the version number first?

Thanks for the bug report! I can't seem to reproduce this -- running Enki without flake8 or CodeChat works fine for me. Do you see then when running Enki? I...

Ah, I see -- thanks for helping me to understand! I appreciate it. I'd like to install both of these during the overall install. If the Enki package provided the...

Sorry, I wasn't clear. I mean, include the already-downloaded .whl files in the tarball to install, then pip install them before running python setup.py.

Ah, good point. Thanks for the explanation. So, the action for now is to simply remove `'CodeChat'` and `'flake8'` from the list at https://github.com/andreikop/enki/blob/master/setup.py#L135? On a side note, I ran...

Will do. I'll close this when I push the commit making this change. On another topic, I'll soon have a version ready which no longer requires QWebKit. Thanks again for...

That's fine with me. However, webkit shouldn't be a dependency -- it's not used at this point.

I'm no longer producing new releases, but this should work: `pip install -U https://github.com/andreikop/enki/archive/v17.03.0.zip`

Ouch. I've seen some memory leaks, but haven't been able to pinpoint it. Your leaky HTML file is very helpful -- I'll see what I can find. What version of...

Wow. @andreikop, thanks for asking the question and @vi, for the quick answer. I was planning on spending a lot of time looking at bizarre Qt / JS stuff.