Charl P. Botha
Charl P. Botha
Looks like this could be due to a limitation on OSX: http://stackoverflow.com/questions/6723850/cant-set-background-color-ttk-python-os-x-using-styles Will confirm when I'm back at my Linux workstation.
I'd love for someone (hint hint) to take look into making DEBs, and will gladly include build scripts and debs in the main repo. For now I need to spend...
For the HTML output, this would be a good candidate. However, we also need something to do partial real-time syntax highlighting in the nvpy tk interface. (text control)
You can work around that the following in your init: ```lisp ;; fix emacs-lisp handling for bpa.st, add csharp ;; to see list of lexers access https://bpa.st/api/v1/lexer (plist-put (cdr (assoc...
I am seeing similar behaviour as @cicorias Windows Terminal will freeze completely. Their main issue for this is https://github.com/microsoft/terminal/issues/12607 -- I have disabled hardware rendering for Terminal, and it seems...
Thanks @kaushalmodi -- it took a while, but PR #724 has been created.
There's an alternate chrome plugin called emacs-edit-chrome which uses your edit-server and seems to have explicit support for CodeMirror: https://github.com/willmoffat/emacs-edit-chrome/blob/master/injected.js#L13
This is really awesome, and something I really think we should do. The most important thing we need to get working, is the simplenote sync. You've done a sterling job...
Hello! Using nvPY with notes_as_txt (which is already experimental) to store notes on a syncing filesystem such as Dropbox is not supported. nvPY assumes that it's the only party writing...
@habi - what you're doing should work. The problem I sketched is when a third-party sync layer modifies .txt files whilst nvpy is running. @swestdijk could you take a further...