jaxbot

Results 48 comments of jaxbot
trafficstars

What are you using to log in? It sounds like Gtalk is rejecting your credientials. Make sure you use the full email address.

There is a docs/gissues file, but it's a bit old and I don't know much about how Vim docs are formatted. If you have any resources, I'd love to see...

My unpredictable school schedule makes committing weekly releases difficult, and the amount of work to do varies day to day. Not sure what the best way to tackle this is

But there's not a whole lot of new development to do, imo, just needs a lot of hardening and occasionally some new features if they come up. Doesn't make sense...

I have the docs auto-generated now from the markdown README, let me know if that helps this issue

I agree with this; often times my Vim lags because of net issues and autocomplete trying to populate. I added some timeout stuff a while ago but it didn't really...

I can reproduce this. It's an issue with network. The plugin is supposed to timeout automatically but sometimes that doesn't seem to work. I'll dig into it after this week....

Problem is basically that there are a ton of urllib open calls in the plugin, and 90% of them have no timeouts. Since this all runs on a single thread,...

It seriously needs some fixing down at the core. I started some work on this over the summer but got sidetracked with other projects. If you want to dive into...