Mykola Harmash

Results 26 comments of Mykola Harmash
trafficstars

Hey. Thank you for the suggestion! Do you imagine something like `ctrl+j/k` instead of arrows?

The issue with pure `j/k` is that it's going to clash with the search string input, so I think there is no way around some modifier key, unfortunately. `ctrl` would...

I'll try to find time to work on git-jump in the next couple of weeks, hopefully, will manage to squeeze in the Vim navigation 🤞 Btw, I personally love Vim...

Hey. Thank you for bringing this up, great idea 👍 Will definitely add this feature. Could you describe your workflow with remote branches? Is there something you'd like to see...

Hey @typeon, thank you! `git jump -t origin/aaa-branch` also works. `git jump -r` is not implemented yet, but it's up next on my list.

Hi @getflourish! Thank you for the feedback. My example implementation is actually ok. Biggest problem is that it does not format HTML. It's not a problem if you just send...

Ah, right, a couple of functions are missing in that file, they are here (`renderNode` and `renderNodeesList`) https://github.com/mykolaharmash/teig/blob/master/lib/expand-components.js. And they basically do exactly the same as your functions. Here is...

Try [GitHub Actions](https://github.com/features/actions)

Try [GitHub Actions](https://github.com/features/actions)

Thanks, that is true, misleading indeed. There is a long-overdue issue with [SVG support](https://github.com/mykolaharmash/hyntax/issues/16), it will introduce parsing of "real" self-closing tags. Then I'll refactor and change current self-closing tags...