Yulqen
Yulqen
I presume this is using a verison below 4.0.0a5 - `gcalcli remind` command is broken in master. (`if self.options['military']` at `gcalcli/gcalcli/py:1373` raises `KeyError`. (see [PR](https://github.com/insanum/gcalcli/pull/403) to fix). @Lense `gcalcli remind`,...
Ah, yes - it appears to be from `pytest-pudb`. I've just noticed this. Apologies - I'll raise an issue there - probably that plugin has not been updated to work...
Now getting this having removed `pytest-pubd` and trying to set a `pudb` breakpoint in test code or in production code, called by test code under `pytest`: ```python tests/test_financial_analysis.py:23: in test_a1_cell...
Seeing problems in Firefox 55.0.1, vimperator 3.14.0. No way to access vimperator Preferences (button click does nothing). No `:buffers`, no `:tab`, no `f` to show links (`Reference Error: tab is...
@vp1981 3.14.0 is default download seemingly and building and signing own version isn't working for me. Is there a way to install 3.16.0 without having to create your own keys,...
@vp1981 Yeah, I'm seeing 3.16.0 marked as not compatible with my version of Firefox too. Interesting that the builtin mechanism gave you 3.16.0. I just tried reinstalling and still getting...
Keeping an eye on this as interested in any solution.
I am also using the workaround provided by @bspammer . Thanks for that.
I'm happy to contribute with this work if you can indicate which way you'd like to take it. I guess the key thing will how to handle a mocked API...
As soon as I get some time back, I'd like to contribute to this!