Results 71 comments of Raghu

It's likely because the browser end of things doesn't handle scenarios where multiple changes from different sources are coming in... This plugin just implements the websocket and nvim side -...

I haven't tested -- But, since all this does is a tree conversion (replacing a node with the corresponding img node) in the intermediate pandoc representation, this might be a...

@srenauld, @weixsong - given that this PR is merged, is there anyplace I can look up usage? current docs are out of date. With default options, an index is now...

@srenauld - thanks for responding.. No problem at all. TBH, I went through some of your changes and while I absolutely *LIKE* the features you list, I ran into a...

I've run into this with 6.2.1 and I'm having to unzip the nuspec file from each package. Deleting local packages etc doesn't seem to help

here's Rspec's behavior -https://www.relishapp.com/rspec/rspec-core/v/3-5/docs/hooks/before-and-after-hooks#failure-in-%60before(:context)%60-block Interestingly, after_all failures do not affect the test outcome. I don't necessarily agree with it though - a specific example - I have about 60 examples...

`history.shared` doesn't seem to affect the issue... commands aren't added to history until process exist AFAICT *EDIT* I'll take that back - setting history.shared to 1 does seem to get...

Can you try out v1.4.7 from npm? I added the example to the e2e test file in the repo. Please reopen if you run into issues

This is pretty old and yeah, this repo's not got a lot of attention.. I've been cleaning up a bit and pushed a new version to npm in the last...

@adesst - any chance you can add a full example?