jottr
jottr
Is this PR still being worked on, or is there another place where development to support Green Power devices is happening? Where would contributions be welcome to get Green Power...
This is a crucial finding. @leifliddy do you maybe have an idea how this race condition could be fixed?
Caused by f8b6ca6b1d89bdba46f7cd49d713a971b0b3a564
The [huginn](https://github.com/cantino/huginn) project made me notice. Trying to open that projects Gemfile took several seconds.
This is on a very beefy machine with SSD. I've run Vundles `PluginUpdate` a few days ago, so vim-bundler is up to date.
`ruby -rubygems -e "print Gem.path.join(app/models/agent.rb(;))" 0,38s user 0,12s system 95% cpu 0,519 total` `ruby -rrbconfig -e "print RbConfig::CONFIG[\"ruby_version\"]" 0,38s user 0,12s system 95% cpu 0,523 total` Interestingly I notice the...
It happens during startup and when opening other files. Uninstalling vim-bundler immediately resolves the issue.
:bow: Thx, I will try and let you know. Here's the [output](https://gist.github.com/jottr/b8f49c507eaf2fd8a0c3) of `vim --startuptime` with `vim-bundler` still enabled, and here's my current [.vimrc](https://github.com/jottr/.dotfiles/blob/osx/vim/.vimrc) sans `vim-bundler`. Maybe you can glean...
Ok. Disabling all other plugins except `vim-bundler` eliminates the lag as well.
I'll have to retract my last comment. Commenting out all other plugins, augroups and settings except `vim-bundler` will NOT remove the lag.