Jonathan Boudreau

Results 22 comments of Jonathan Boudreau

Running into the same issue, using Neovim 0.1.3 on Ubuntu trusty.

Not planned, but I did want to support other services at some point. Does bitbucket have feature parity with github?

I'll try to refactor so that new "providers" can be implemented as a first step.

Just completed the refactor, should be much easier to add support for other services now. There's still some work to be done for new services to be added, but most...

The formatting shouldn't cause any issues AFAIK. What error did you encounter with parsing JSON from bitbucket? The `critiq#request#send` function might need to be adjusted.

Hey, I think I fixed the issue. I tested my fix against the JIRA API and it seems to work now. Here's the relevant commit: https://github.com/AGhost-7/critiq.vim/commit/a96bf624479eedccdbdcf1803f116c6ae2d28734 Its merged into master...

@kristijanhusak,just wanted to mention that I've added a generic options parser in commit https://github.com/AGhost-7/critiq.vim/commit/43890ba32e11af17a2212b03decab387f503bbf6 for when you start up the plugin. I was thinking maybe we could use this to...

That could be interesting, I'd most likely have a vertical split for the other diff. If we stick to the limitations of the list commits functionality it shouldn't be difficult...

Would you be interested in opening a PR for this?

I'm not a fan of making a breaking change. Do you think we could put it behind a flag like with the oauth?