Michael Bøcker-Larsen

Results 64 comments of Michael Bøcker-Larsen

You could use a template tag function. But I guess you want it simpler? ``` const { markdown as md } from 'aimer' // or any markdown lib aimer.add({ readme:...

I'm experiencing this with Colemak as well.

![indentline-comments](https://user-images.githubusercontent.com/247048/32479102-327dab8e-c3c3-11e7-9fa8-03ead56eae89.jpg)

The syntax-stops-working-halfway I believe is vim's fault. I have this binding set up that solves it: ``` nnoremap sy :syntax sync fromstart ``` You can also set it in an...

> let's say an application expects `boolean` to be returned from a `can()` call. If we change it to async it will return a Promise and can break the existing...

FYI, I made an earlier version where there were no changes to `can` (except I remove the Boolean() calls). That way only some, every was promise based. The advantage of...

Would you be interested in making a PR for this feature? You would need to update the return type of this function and then the implementation of the few places...

Hi @Yudikubota the linked PR implements async for all functions. However, I have to think about support for `vue-browser-acl`. Do you mind doing a review of the PR. Just scan...

This seems to work well https://github.com/posva/vim-vue#how-can-i-use-nerdcommenter-in-vue-files, but would be nice with a generic solution