Jez
Jez
I have the same problem. Windows 7, Intel HD graphics.
Yeah, same here. Red hue after disabling hardware acceleration, then exit and restart fixed it. Still, if it requires disabling hardware acceleration, isn't this still a bug in Telegram's video...
I'd add that in addition to this fix, swagger-ui should detect when the *only* entry in the security array is the empty object, and mark that method as anonymous (no...
@nlaslett Unfortunately I think that solution would fail if you're publishing the website through Visual Studio Team Services. There's a build step that goes through all the files referenced in...
Yeah. I don't understand why Microsoft didn't simply allow you to write a Web.config in the bin directory that would override the main Web.config file. Then you could apply your...
@RudeySH I just posted an issue about it: https://github.com/aspnet/KestrelHttpServer/issues/3038
Why would transforms kill off changes made to the base web config? You don't have to replace all appSettings, for instance - you can just match the ones you want...
The solution for this is to implement a new rule to give a TSLine equivalent to `no-mixed-spaces-and-tabs`. I have implemented this rule and I will submit a pull request.
I've been investigating and it looks like each rule is passed a `SourceFile`: public apply(sourceFile: ts.SourceFile): Lint.RuleFailure[] Unfortunately, `SourceFile`'s `.text` property has already had the BOM removed by the time...
Very inefficient, isn't it? It means reading the file twice.