Jody Frankowski
Jody Frankowski
Moviemon doesn't handle well broken symlinks. ``` File "/home/servo/.local/bin/moviemon", line 9, in load_entry_point('moviemon==1.0.11', 'console_scripts', 'moviemon')() File "/home/servo/.local/lib/python3.5/site-packages/moviemon/moviemon.py", line 61, in main util(args) File "/home/servo/.local/lib/python3.5/site-packages/moviemon/moviemon.py", line 77, in util scan_dir(docopt_args["PATH"], dir_json)...
A nice feature that's missing is the support for `pacman -F`/`pkgfile` https://wiki.archlinux.org/index.php/Pacman#Search_for_a_package_that_contains_a_specific_file https://wiki.archlinux.org/index.php/Pkgfile. This kind of feature can be used to suggest package installation when executing a missing binary, like...
I have replaced `anki-editor--ox-latex-for-mathjax` with this version, and I have had no issues on Anki desktop and AnkiDroid. ```elisp (defun anki-editor--ox-latex-for-mathjax (latex _contents _info) "Transcode LATEX from Org to HTML....
These are the delimiters Mathjax uses for display equations. I'm not sure why this isn't already done. This should be an essentially free upgrade. org-mode example for test: ```org-mode \begin{align}...
This is most likely a problem in our gzip code. We can't tell which rules are yara3 compatible until then.
The json version used isn't compatible with ruby 2.2.0. This is resolved in json 1.8.2 according to https://github.com/flori/json/issues/229 and https://github.com/flori/json/pull/231 . #55 is certainly related to this.
Hi, There seems to be a bug with `git-gutter` that breaks the `left-margin` `mouse-movement` behavior. Here is the smallest config that lets me reproduce the bug. init.el: ```elisp (require 'package)...
It looks like there are multiple (at least two, I would say) memory leaks in the extension. I stumbled upon them when I did a `about:memory` report. I found that...