Cyker Way
Cyker Way
## Describe the bug When a command is completed with `complete -C`, sudo complete is not working. ## To reproduce ``` $ complete -C 'echo' foo $ sudo foo ```...
https://github.com/envygeeks/jekyll-assets/blob/4e614e8855af7efb7f1de968fef43b58a2761153/lib/jekyll/assets/compressors/uglify.rb#L22 Cannot set an option to tell uglifier to only keep copyright comments in `_config.yml`. Doesn't work: compressors: uglifier: comments: copyright Doesn't work: compressors: uglifier: comments: :copyright uglifier is expecting...
https://github.com/lautis/uglifier/blob/ca1827dbdc3520ff6712a279365ff7a8f1c5d955/lib/uglifier.rb#L305 This function currently expects symbols. However, Jekyll (a popular static site generator) uses a YAML-based config where config values are basically strings. The popular Jekyll assets plugin *jekyll-assets* takes...
Hello, I find this tool very useful and I just added a new select/concat mode `sele` to it in case people want to read the generated output in double-page layout...
While I can set current CJK font family using `\CJKfamily`, there doesn't seem to be a way to get it? I think I can get `\CJKrmdefault`, `\CJKsfdefault`, `\CJKttdefault`, `\CJKfamilydefault`, but...
~~~ tex \documentclass[12pt]{article} \usepackage[bidi=default,main=english]{babel} \babelprovide[import]{chinese-simplified} \babelfont{rm}{FreeSerif} \babelfont[chinese-simplified]{rm}{Noto Serif CJK SC} \usepackage{xeCJK} \setCJKmainfont{Noto Serif CJK SC} \setlength{\parindent}{0pt} \begin{document} 一二三四 \foreignlanguage{chinese-simplified}{一二三四} 一二三四 \end{document} ~~~  Problem: The second line has unwanted space....
This patch adds code to break strings into substrings and escapes in latex formatter. This allows users to embed raw latex formatting code in strings, using command line options `escapeinside`...
It seems vim is not able to capture command errors in lua code (nvim can do this). How about porting this feature to vim? ---- Run in vim: ~~~vim :lua...
There should be a new autocommand `BufDeletePost`, which works the same as `BufDelete` but is triggered _after_ a buffer is deleted. This is useful when you want to get the...
Any chance we can have an option to remove these module lines from "text" reporter? They are annoying when parsing the messages and require an extra step of filtering. This...