Erick Romero

Results 9 comments of Erick Romero

Not sure, but similar issue here. ![comparison of font rendering issues](https://user-images.githubusercontent.com/3832380/39611050-1c9334dc-4f1a-11e8-87c2-aecb4b6aea98.png) Using Operator Mono, left is WSL running in WSLtty, right is `nvim-qt.exe`. The rendering really is a deal breaker...

I have a (maybe?) the same issue. This is on Windows 10, using `emacs-w64-25.3-O2-with-modules.7z` from https://sourceforge.net/projects/emacsbinw64/files/release/ and spacemacs Here's a .gif with `org-bullets` on, where I press tab twice as...

@ihdavids can confirm that this really does make an incredible difference

* What kind of app are you making? (Optional) Mostly a "Learning experience" kind of app. The thing I was using for Pomodoros got killed, so I'm essentially remaking it....

**Edit**: A modified version of this theme now comes with Just Read! [Here's mine!](https://gist.github.com/Zyst/56405fd1fd913b1dee871363579678cf) Removed a lot of the elements from the extension that I didn't quite love. ![screen shot...

I tried to do a very minimal example of how I'm working around this. The core of the matter is calling the refresh exactly once. This is done by abusing...

It's working for me right now, same version, same OS X version.

I use [Vimium](https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb?hl=en) on Chrome, and the "T" hotkey actually does that. ![Vimium](https://user-images.githubusercontent.com/3832380/33231920-07e8ba40-d1c3-11e7-863a-f18d49b0b93e.png) As for this application growing to do that, I feel that's a bit of a scope creep....

Thanks @petarslovic I fixed this in my project by adding the following CSS, with a specific selector to avoid unintended consequences: ``` css /* Bugfix for pdfviewer canvas tomfoolery */...