romandecker

Results 14 comments of romandecker

Hey - thanks for your awesome package. I'm running into this issue, do you know a good workaround that I can use until this is resolved?

The problem I have is with `general-key-dispatch`. I've fixed it right now by advising `start-kbd-macro` and `end-kbd-macro` to temporarily remap the relevant to a non-`general-key-dispatch` command (which I can live...

To come up with an easier-to-debug example, I forked the join-monster-demo project and tried to make the Posts and Comments (which both implement the Authored interface) directly queryable, with the...

in case anybody has similar problems, I was able to work around the issue by not advising `evil-delete` and instead defining a new operator and making sure it works with...

It's actually just because of the linter rule

You are right that this makes sense from this point of view. I do however I think that a lot of people might actually be able to profit from the...

Just to be clear: the `eslint-plugin-react`-package that provides the `react/prop-types` rule already supports flow and considers flow-types equivalent to manually using `PropTypes`. The rule just fails here because there are...

We already are on 4.1, the issue is still happening.

I tried with a completely fresh project and repo and get the error immediately. Maybe the error will go away when we update bitbucket to v6.5.1

Hm, we just updated to 6.6.1 and the issue still happens for us :/