Siva Kalyan
Siva Kalyan
Dark themes work fine as long as I have only one frame open. However, if I have two or more frames open, and switch from a light theme to a...
If I try to transliterate Georgian text (e.g. `wiktrapy -l geo -t მხედრული`), I get the following error (abbreviating somewhat): ``` File "lupa/_lupa.pyx", line 280, in lupa._lupa.LuaRuntime.execute File "lupa/_lupa.pyx", line...
In line 332 of `wikt/translit/ar-translit.lua`, `unpack(sub)` should be replaced with `table.unpack(sub)`, otherwise Lua throws the error `attempt to call a nil value (global 'unpack')`. This may also be an issue...
Hebrew text does not get transliterated, regardless of whether the input is a single letter or a whole word, and regardless of whether vowel marks are used or not. E.g....
When I try to run the “Make Bubble Layers” script, I get the following error: ``` Make Bubble Layers Error (MakeBubbleLayersMain): 'NSKVONotifying_GSApplication' object has no attribute 'displayDialog_withTitle_' ``` I am...
 The fourth set of letters above looks reasonably well-spaced, but the other three look inconsistent—the spaces between adjacent stems are greater than...
Please add support for Emacs. Also, it would be nice to have a GTK theme along the lines of [Numix Solarized](http://bitterologist.deviantart.com/art/Numix-Solarized-417575928), but this is of course not a high priority.
I’m trying to use serenade-mode on Doom Emacs. However, when I add `(require 'serenade-mode)` to my config file and reload Emacs, I get the following error: ``` Error in private...
Hi, For my work, I need access to extended Latin glyphs and phonetic characters, as well as (occasionally) math symbols. Unfortunately, setting Unicode fallback fonts in Emacs is a royal...