Amanda Mitchell

Results 12 comments of Amanda Mitchell

I’d be happy to accept a PR that fixes the issue! (especially if it adds a couple of integration tests for the main entry point, so that this doesn’t happen...

@jjblumenfeld I suspect that, as in #29, you need to explicitly specify a parser. I'd happily accept a PR to improve the documentation if this is the case.

I feel very strongly that suppressing eslint errors without proper documentation is an anti-pattern, and I will not make this the default. However, I would be willing to review a...

I’d be happy to entertain a PR!

@Aeolun, sorry it's taken so long to get back to this. I actually have a couple of tests that make assertions about files with no eslint errors, but I agree...

The application is running on three load balanced nodes running Windows Server 2008 R2 Standard; collectively, the application receives between 1360 and 2450 requests per minute. The entire stack trace...

I can try it, but I'm pretty sure the stack trace is going to be the same. Also, casting `null` to `int` definitely results in a `NullReferenceException`.

Assuming that the line number on the stack trace is accurate, I'm pretty sure that `lockId` must be `null`—there's nothing else on that line (or even in that method) that...

I would like to take this one. From my understanding, support for this would require a new `ILocalSemanticFormattingRule` that would run the diagnostics looking for `CS8019` warnings and removing the...