Anton Orel
Anton Orel
@boazsegev thanks for your feedback and patience. Answering your questions... > Did you compile iodine with any flags (i.e., are you using iodine's internal local allocator or is it bypassed)?...
I've found a workaround for now: config/application.rb ``` require "rails/all" require "active_record_extended" #
> Made some significant changes to the gem's loading ability. I would suggest pulling the latest branch down to test if the recent changes has solved some of these lingering...
+1 Very slow for any file and the master branch as source.
This [line](https://github.com/slim-template/vim-slim/blob/master/syntax/slim.vim#L66) is the culprit. ``` vim syn region slimRuby matchgroup=slimRubyOutputChar start="\s*[=]\==[']\=" skip=",\s*$" end="$" contained contains=@slimRubyTop keepend ```
Removing [syntastic](https://github.com/scrooloose/syntastic) and replacing `powerline` with `vim-airline` makes it much faster then before.
@DracotMolver you might be missing DOCKER_BUILDKIT=1 > As of Docker 18.09 you can use BuildKit. One of the benefits is skipping unused stages, > so all you should need to...
You should point bundler to use branch machinist2, e.x.: gem 'machinist_mongo', :require => 'machinist/mongoid', :git => 'git://github.com/nmerouze/machinist_mongo.git', :branch => 'machinist2' It works for me.
The same issue. It looks like in production #fffffff color minified to #fff then IE treat it as #fff000.
Could you provide a pull request?