Ben Quarmby

Results 11 comments of Ben Quarmby

> expect [sic] that lerna sucks by not allowing packages to be versioned individually Lerna has supported [independent versioning](https://github.com/lerna/lerna#independent-mode) for many years. Works exactly as one might imagine based on...

One wrinkle is that double clicking an existing JSLint error in the list will open that file and put the cursor at the appropriate place. Rescanning the file on open...

I no longer use Visual Studio personally. JSLint.NET is an open source project, so folks are welcome to try their hand at adding VS 2017 integration. I should say that...

[NPM says hello](https://github.com/npm/cli/blob/7a858277171813b37d46a032e49db44c8624f78f/package.json#L5-L9) and a friendly "up yours" to the only-private-packages-have-workspaces rule 👋

> Hopefully someone can take it to contribute this new feature before I or other maintainer do it, which may take a while. I'm willing to make a contribution. My...

> peer would be the proper way to handle this Agreed. That's the way my local test implementation works. We can assume most consumers of `@testing-library/jest-dom` probably already have some...

Made some progress here: https://github.com/testing-library/jest-dom/compare/main...benquarmby:jest-dom:jest-dom-query Please ignore the VSCode settings. They're just for my personal convenience and will be removed. Still a way to go before it's ready for review.

Ideally (I know it's not easy) JSDuck can support any class forms that are officially supported by Sencha Cmd, including the internal IIFE: ``` javascript Ext.define('App.namespace.Class', (function () { return...

@pgleichmann Correct. Either way, it is officially supported by Sencha.

If you don't mind Don, I'll grab your changes submit a pull request for you.