thehunmonkgroup

Results 22 issues of thehunmonkgroup

This line seems to indicate support of for a light background: https://github.com/archSeer/colibri.vim/blob/master/colors/colibri.vim#L39 But the logic near the top appears to force a dark background: https://github.com/archSeer/colibri.vim/blob/master/colors/colibri.vim#L10-L11 I tried ```vim set background=light...

Multiline string UDAs, which worked fine in TaskWarrior 2.5.3 with the addition of #2132 are now broken in latest release: ``` [:~/git/vit] 2.x+ ± task 1 modify notes:"one" Modifying task...

type:bug
eval:reproduced

https://github.com/vit-project/vit/issues/300 exposes a limitation in `LazyUUIDTaskSet`, namely, that it cannot be used in a standard Python comparison, because of a type mismatch. It seems reasonable for tasklib to provide some...

I use the utility function listed below to make individual API calls via this package, with FS as an instance of esl.client(): ```javascript FreeswitchUtil.prototype.runFreeswitchCommand = function(command, callback, FS) { callback...

Reading through the documentation, it seems that the super() function is only supported for ES6? If so, it would be super handy to have that function available for ES5 --...

Windows is making it very hard to do get the inline editing features working. I get this error: ``` PermissionError(13, 'The process cannot access the file because it is being...

bug

Not sure if this is a good idea or not, but it's occurred to me another possible timesaver, along with #148 , would be some kind of simple playbook/workflow functionality....

enhancement

I haven't been able to figure out how to hook it to a key press from either the native `signal` module, nor `prompt_toolkit`'s keybindings, nor via `asyncio`'s signal handling --...

bug

Would be nice to be able to use the `Regenerate response` as on the main website. A `!regen` command would do this.

enhancement

The main webiste allows easily up/down voting a response. I've envisioned a `!voteup` and `!votedown` command for this, which would apply to the most recent response. I think it would...

enhancement