jduan
                                            jduan
                                        
                                    🆙 It'd be great to address this issue! Thanks for showing the workaround.
I'm having the same problem with gmail. Here's how I blacklist: ``` "blacklist": [ "mail.google.com" ] ``` It stopped working recently (presumably after upgraded to 0.27) Thanks for all the...
I confirm that restarting the browser fixed the problem for me. And I'm on Mac OS.
Forgot to mention that I'm on Mac and restart fixed the problem. I'm using latest Firefox 73.0.1
Agree. Having solid documentation is essential for attracting new users.
I'm seeing the same problem. Guava-retrying no longer works with guava version 22+.
I'm on the latest master branch (4ac2725) and "make" fails for my xcode (8.3.1). Can anyone help? ``` Ld build/Release/XVim.xcplugin/Contents/MacOS/XVim normal x86_64 cd /Users/jduan/github/XVim export MACOSX_DEPLOYMENT_TARGET=10.7 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -bundle...
@tidbeck thank you so much! I built the develop branch and it worked beautifully.
It's standard git operations: * git fetch origin * git checkout origin/develop