tionis

Results 108 comments of tionis

I will try if I can reproduce the bug in vim when I get to it. If this doesn't work I may have to dig into the handling of markdown...

Ok, I managed to reproduce the issue in vim with following vimrc (using vim plug): ```vim call plug#begin('~/.config/vim/plugged') Plug 'isene/hyperlist.vim' call plug#end() let g:markdown_fenced_languages = ['hyperlist', 'hl=hyperlist'] ```

That's indeed a nice comparison. I'm currently looking to subrepo myself, since reading it in #70 yesterday. Subrepo might solve the problem of having the code in the repo and...

Thanks, I will look into it and experiment when I find the time

The behaviour of the match operator for shorter tuples would also be relevant here. This is explained in [janet.guide/control-flow](https://janet.guide/control-flow/) at “This is terrible, and you will mess this up at...

Here are some notes on the plugin spec: https://hackmd.io/@str4d/age-plugin-spec As far as I understand you're right in principle, but for integration into Android there should probably native Kotlin support, right?

I like the ideas of having a few simple primitives for module management etc. in janet itself and keeping more complicated parts in spork to import as needed. Perhaps more...

I just tried it, and it seems to be working well for me. I do wonder however how updates should be handled as it currently refuses to override an existing...