Char

Results 39 issues of Char

Hi, Clink has a noticeable delay when starting cmd.exe. I tried to profile the execution and it seems most of the delay comes from `CreateToolhelp32Snapshot`. It takes about 250ms for...

Add &attributes support (http://jade-lang.com/reference/attributes/#and-attributes)

Tag interpolation [[jade issue](https://github.com/pugjs/jade/issues/657)] [[jade commit](https://github.com/pugjs/jade/commit/6cb7826eb1152efbbab1b13918aa10aa6258dcde)] ``` jade mixin test(tag) #{tag} text +test('div') ``` Also fix a bug in `ext/html.py` ``` python def _make_mixin(self, mixin): arg_names = [arg.strip() for arg...

Hi, Since you didn't merge my pull request #239 instead merging #240 which is outdated, please include the fix for block regex as seen in this patch https://github.com/char101/pyjade/commit/776a1b45edea356eeb3199f5dee85b3af5ff9b58#diff-1c56f63d6b337b4cd8a8423a09dfcffeR70 The problem:...

Hi, Can FireMonkey fill the name attribute (using current tab url domain) of new userscript/userstyle and match attribute (using current tab url) like what violetmonkey/stylish do? This will save the...

feature request 💡
addon: FireMonkey

I am using this plugin with vim package on Windows and got this error: ``` Error detected while processing vim\package\40-filetype_python\isort\plugin\python_vimisort.vim: line 1: Traceback (most recent call last): File "", line...

**Describe the bug** If I switch from freeplane to other window using `Alt+Tab` several times (2-3 times), the freeplane taskbar button will flash yellow in the taskbar. I think this...

bug

Hi, When executed in a loop (actually when using phug inside an event-based framework like workerman), the performance of the optimizer is slow (6ms when compared to Fenom 0.1ms). This...

Hi, In these lines, if the return value of `s:CheckFTCtags` is not empty, then the kinds for jsctags is applied to type javascript https://github.com/preservim/tagbar/blob/12edcb59449b335555652898f82dd6d5c59d519a/autoload/tagbar.vim#L300-L308 But `s:CheckFTCtags` also returns non-empty string...