Results 30 comments of Dave Honneffer

Are you able to provide any reproduction for this? Does it work against a minimal vimrc (like the one below)? ``` set nocp call plug#begin('~/.vim/plugged') Plug 'pearofducks/ansible-vim' Plug 'pearofducks/vim-quack' call...

`make` is working fine for me on an m1, at least in that it doesn't report any errors or problems on compiling. To my knowledge there's nothing wrong with the...

Thanks for adding these fixes! There are tests associated with the current implementation, do those still pass? It'd be ideal to see the new functionality included in the tests. (Looking...

They run fine here. I'm not sure if `yarn` respects `package-lock.json` at all, but that could be the source of your problem if you brought in a conflicting dependency. Travis...

This changeset is pretty significant to just fix a bug. Changing the API that others are relying on means the new behavior would need to make sense and be well-documented....

@airship-shrimp - once 7.3.0 (assuming this is the version) is released, you'll be able to use `customPrettifiers.time` to customize this and remove the brackets.

Sure! Effectively what's in the first snippet in my original post. ``` ``` However, since `my-modal` uses transitions [0], we instead have to do the following. The `default` content works...

@baybal - do you have an example of what you're referring to? I'm not sure how any of that relates to this issue.

@adriaanzon - just tested, `performance-enhancement` is tangibly faster for me

@maple-leaf - maybe post your `vimrc` and steps that created these tests? That doesn't sound right at all, and I can't replicate a CPU usage of 40% even with the...