Kshitiz Sharma

Results 5 issues of Kshitiz Sharma

This works: ``` button("ON") { shortcut("Ctrl+S") action {} } ``` There's no reason this shouldn't: ``` toggleButton("ON") { shortcut("Ctrl+S") action {} } ``` Please enable shortcuts on toggle button and...

What's the setting to render using markdown or gitlab, that wouldn't require reaching out to github?

Currently the generated TOC looks like this: 1. First level heading 1. Subheading1 2. Subheading2 It would be better if it looked like this: 1. First level heading 1. Subheading1...

enhancement

Log files are usually viewed on the console using tools like less. Similar to rainbow, grep omits colors from its output if the destination is not console. However, it allows...

improvement

I've noticed that after installing the plugin moving the cursor to the end of of line by pressing `End` key moves it to the end of the previous line. Not...