Dakota Chambers

Results 35 comments of Dakota Chambers

If anyone installs Kubeval locally via Homebrew, I added [a tap for it with v0.16.1](https://github.com/dcchambers/homebrew-tap/blob/master/Formula/kubeval.rb) since the [official tap](https://github.com/instrumenta/homebrew-instrumenta) hasn't been updated. ```sh brew uninstall kubeval # Otherwise brew will...

Atom 1.40.1 / MacOS 10.14.6 still experiencing the same issue with ERB.

Tested today on Atom 1.41.1 and 1.42 this is no longer happening. Consider this resolved?

The latest version of chrome broke this because it deprecated Element.createShadowRoot. A fix has been submitted but has not been merged. For now you'll have to manually install the fix....

Hey @Vxider! Here's your options right now: 1) Manually install the fixed version following these instructions: https://github.com/1995eaton/chromium-vim/issues/716#issuecomment-583425260 2) Try a different extension like [vimium](https://github.com/philc/vimium) which is actively maintained 3) Hold...

Thanks for the mention @fow5040 - the extension has been submitted to the play store but is still pending review/approval from Google. Hopefully it will get approved soon. For anyone...

@pushkin- it appears that the author of the plugin has pushed a fix to the version in the app store to resolve that issue, but hasn't updated the application on...

This is caused by the same Chromium deprecation mentioned in #716 - it is fixed by PR #719 but that has not been merged. If you want to fix it,...

Hi @ashishnirvana1, I have no control over this repository. I did fork this and merge the fix into the fork. You can see that here: https://github.com/dcchambers/vb4c

For anyone coming from the web trying to fix this problem: For now you'll have to manually install the extension from user @antonioyon's fork. 1. Clone the repo: https://github.com/antonioyon/chromium-vim/tree/issue-716-fix-broken-hints 2....