Jon Seidel
Jon Seidel
Thanks! I'll try to give this a shot today...
Didn't work for me; here's what I did after building the latest versions and updating my Gemfile (the bundle install confirmed that I was using my local source). 1) added...
OK; let me check...
Works just fine with byebug only...
Hi, Deivid... Is this ready to be updated to our Gemfile for both pry-byebug and byebug or is there something else you need me to test? BUT: pry-byebug still requires...
OK; thanks... let me know if there's anything you need me to do.
FWIW, I have the same problem when running vim/neovim under iTerm2 (MacOS). However, when I use the Mac native terminal command, PlugUpdate works just fine. Go figure.
Or maybe it wasn't cloned with the --mirror option into a separate directory to do the work?
Same issue here, rather consistently: ``` Error detected while processing function 202_nvim_job_exit_wrapper[1]..gutentags#ctags#on_job_exit[1]..gutentags#remove_job_by_data[2]..gutentags#remove_job[22]..202_update_tags[55]..function 202_nvim_job_exit_wrapper[1]..gutentags#ctags#on_job_exit[1]..gutentags#remove_job_by_data[2]..gutentags#remove_job[22]..202_update_tags[44]..gutentags#ctags#generate[112]..203_generate_wildignore_options: line 26: E482: Can't open file /var/folders/31/5hzdscvx19715k164wsn1ync0000gn/T/nvim.jseidel/tu94sk/2 for writing: no such file or directory Error detected while...
Custom legend using content={} is the way we resolved this. We had the same color issue and resolved it [as shown in this gist](https://gist.github.com/JESii/0858e740f697c5175fb6e811c4aa4440#file-recharts-customlegend-js).