Emanuele D'Osualdo
Emanuele D'Osualdo
The context menu click does not trigger a MouseReleaseEvent if you select an item of the menu, so if you click in the white area not taken up by any...
This is very strange. 1. Not having empty space: is this because your screen/window is too small or you have too many folders? 2. Upload button is "disabled": I guess...
Thanks for the screenshot, it helps. So: you have a lot of files in the root folder, so the list has no empty space. If there was, you could click...
`QPainter::begin()` should not be returning false...it usually means the path that was given for the PDF cannot be opened with writing permissions. Could it be a permissions problem?
Thanks for the feedback! I'll make a note about tilde expansion (and better error messages). Regarding the rendering time: - what many other scripts do is much more basic in...
Excellent points. I'll see if I can amend the history. About the improvements to the main branch, I already started some branches for that, see #169.
@hadim my fork adds some support for the Pandoc syntax I use but it does not cover all the extensions.
Just pushed an update (0ebddac75877ae8868f94b678f39b5bb36124dc0 on branch devel) that should fix this issue. The problem was the implementation of the RFB protocol, which was very memory-inefficient in decoding the stream...
One thing you could try is installing [`qtpy`](https://github.com/spyder-ide/qtpy) via pip, and then replace in Remy every instance of `import PyQt5` with `import qtpy` (e.g. `from PyQt5.QtGui import *` becomes `from...
@oscarmorrison [My fork of Sublime Evernote](https://github.com/bordaigorl/sublime-evernote) implements a "Clip to Evernote" command that does exactly this (with syntax highlighting provided by pygments). It only works for ST3 though. You can...