k.bigwheel (kazufumi nishida)

Results 14 comments of k.bigwheel (kazufumi nishida)

~Totaly agree. I was very confused this behavior change and Im disabling zsh-autosuggestions.~ Im inpecting this. I thought this change caused by 0.7.0 release but 0.6.4 has same behavior. I...

I just signed CLA and want to check it once again. But I cannot find the way.

Mail address problem was solved.

Ok, I try to fix this later.

Im understanding why this happens. ``` $% cat ~/.bundle/config --- BUNDLE_PATH: "vendor/bundle" ``` https://github.com/tongueroo/jets/blob/0df7fc93/lib/jets/commands/new.rb#L65-L87 `bundle install` executes with `BUNDLE_IGNORE_CONFIG`, but `bundle exec jets webpacker:install` does not. This could be considered...

Monkey patch for me in another world: ```ruby require 'google_drive' require 'fileutils' module MonkeyPatch def download_to_file(path, params = {}) @session.drive_service.get_file( id, **{ download_dest: path, supports_all_drives: true }.merge(params) ) end end...

@manicminer Thank you for reply! > In my testing I have not been able to reproduce this as yet, can you confirm if this happens repeatably or intermittently? If you...