Elliott Linder

Results 29 comments of Elliott Linder

Hi Axrt! Thanks for your pull request, this seems like a very reasonable addition! I'd would like to ask though, if there are any easy steps to recreate the issue...

Hi! When Microsoft announced their intention to transition Microsoft Edge to Chromium, my motivation for this project was greatly diminished. Even before the announcement I had already noticed a big...

That's not possible ATM, but I would definitely be interested in adding support for it.

Sorry for the delay. That's a valid observation. Since only one context may be active at a time (per thread), a probable solution would be to use a thread-local stack...

I've pondered more about a potential solution and each have their own pros and cons - Use a stack-based context logic and associate each guard with an ID: | Context...

That's a very valid use case and something this plugin should accommodate. I do not know the best way to implement support for this. I'm far from a VimL guru,...

Sorry for the delay. This might be a tough issue to tackle. The plugin itself is completely content-unaware and does not parse anything, all operations are delegated to `plutil`. It...

I've spent quite some time this forenoon contemplating just this. I've implemented a fix for the `Drop` [scenario](https://github.com/darfink/chakracore-rs/blob/master/src/value/macros.rs#L11-L16) recently, but it did increase the complexity of the implementation, and whilst...

With a detailed response from a ChakraCore team member I believe I am confident enough to start implementing the *default context* approach. This would alleviate several of the aforementioned issues,...