Aaron Stacy

Results 6 issues of Aaron Stacy

Hi there, thanks again for the cool language server. I had this desire to be able to jump quickly to headings in the ledger (where "headings" are lines that begin...

It'd be nice to use a standard implementation for SemVer parsing. A couple options: 1. [org.semver:api](https://bintray.com/bintray/jcenter/org.semver%3Aapi) - seems more canonical based on nothing other than the package name 2. [@zafarkhaja/jsemver](https://github.com/zafarkhaja/jsemver)...

enhancement
strict-version-matcher-plugin

This is a proposal for a change that allows you to leave the `action` column blank to signify that you want the rule to match messages and stop processing further...

This was a useful little quick hack that seems like it'd be good to keep around. Even though I probably won't need the code again for this specific task, it...

this may be easiest to illustrate with code: ``` js var o = ko.observable() var oa = ko.observableArray() var model = {}; ko.mapping.fromJS({o: o, oa: oa}, model); equal(model.o, o); //...

Hi! Thanks for the great work -- I recently switched from more than a decade of vim to VSCode, and your plugin has been part of what's been so enjoyable....