Erek Speed

Results 199 comments of Erek Speed

Thanks for the reply. I was looking through the repo link generation code (https://github.com/all-contributors/all-contributors-cli/blob/0c7559515698b6e24919d334cd1a3713afd3a200/src/repo/index.js#L13) but those tests are definitely more digestible. Updating the documentation to be more specfic could be...

Ah, I did not! Life got in the way, apologies for not updating this.

This dep was fixed by https://github.com/runem/lit-analyzer/pull/244 but we're still pending the release. It looks like the changelog was prepped but I'm not sure if something else is required? @rictic

I see that there have been active releases of the VS Code plugin but the tsconfig plugin has not seen a release in quite awhile: https://www.npmjs.com/package/ts-lit-plugin Can the recent changes...

Just pinging this bug since ts-lit-plugin still has this vulnerability. Should we not be using that plugin? What's the alternative? Is there some blocker that makes it hard to publish...

Seems the ts-lit-plugin package hasn't been updated still; is there something we can do to help as members of the community?

Since this PR has the goal of updating dependencies I wonder if it should also update fast-glob as per https://github.com/runem/lit-analyzer/issues/226 or if that should be in it's own PR...?

Thanks for the reply. I mean resolved vs unresolved in github parlance: ![image](https://user-images.githubusercontent.com/1176550/92990124-70de7680-f514-11ea-897c-219c9e327a6e.png) I was thinking that resolved might be the same as what's referred to by the `dismissed-reviews-by` but...

GitHub recently released branch protection against unresolved comments so this should work directly for users rely on them (I do). (Of course, this is only after hours spent on a...

Somebody uploaded a schema at https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/semantic-release.json which gets downloaded into most common IDEs. It's useful when writing config since it gives autocomplete and typo detection but not sure if you'd...