Andrew Radev
Andrew Radev
This PR seems to fix the issue for me: https://github.com/carols10cents/cargo-open/pull/15. If you'd like to get the tool working for you for the moment, you could git-clone my fork and do...
I couldn't replicate the issue with `Bufferize messages`, but I could easily find a problem with `BufferizeTimer 100 messages`. I recently added some logic that checks for changes and short-circuits,...
I've managed to replicate the issue. I think the problem is I set `bufhidden=delete`, which doesn't remove the buffer from the buffer list, so it exists, and is not hidden,...
Could you post the output of `git diff` in that particular project, so I can try to figure out why the pattern doesn't match?
I'm really sorry it took me so long to get around to this. I saved the issue for later handling, and I never got around to it. I'd like to...
This seems like a nice functionality to have. Just to be clear, the addon is installed somewhere in the `node_modules` directory, correct? The `npm link` command creates a symlink to...
Well, I created a test addon to experiment with, but I give no guarantees about when I'd really get around to it. If you'd like to try it out yourself,...
Hmm, it would be very convenient, but it _is_ an addon, so I'm not sure if it makes sense to hardcode it into the plugin. I would actually prefer that...
@ctataryn This seems like a bug, but it's difficult for me to debug without a more detailed example. Could you give me the full line of code that you're using...
I haven't really tried to support pods, since I've never used a pod structure, but I'd like to give it a shot. Could you give me an example of your...