Dmitry Shachnev

Results 181 comments of Dmitry Shachnev
trafficstars

I don’t think it makes sense to test the already released tarballs on Travis, but building the (fresh) tarball and running tests against it does make sense. I see the...

Interesting that it fails in different code paths on different Python versions: - With Python 3.4, it fails in `pip\_internal\wheel.py`, line 502, in `move_wheel_files`; - With Python 3.5 and 3.6,...

Yes, I think using temporary files for this purpose makes sense. And indeed, `__file__` is unreliable in Python 2, and depends on a way how you call it: ```bash $...

How exactly do you modify the image content? I don’t think such a button makes sense, because you can always click two times on the Preview button, it will refresh...

I still do not understand how you manage to change contents of the preview so that it needs refresh.

No, there is no such option at the moment. Also I don't know your use case, but in my opinion it won't be as useful as in e.g. MS Word...

So do you have any specific use case that you can explain, or we can close this issue?

Hi! Do you use WebKit or WebEngine renderer, or none of them?

Thank you for the extra information. Indeed we have 1 process per tab, and these processes all load Qt libraries, so they consume a lot of memory in total. So...

I just checked on my machine based on the output of `free`: - When I start ReText, it consumes around 150 MB. - Each new tab reduces the free memory...