Toby Smith
Toby Smith
If the Disqus comment section is placed in a component which has its encapsulation set to `ViewEncapsulation.ShadowDom` then it fails and logs the following exception: ```Error: Cannot read property 'appendChild'...
Hey :) When I use the Code Action to add a word to my .cspell.json the file reverts back to the original formatting. This means I have to manually open...
Hey In Rider/Resharper IDEs, test fixture fields that are decorated with the `DatapointSource` attribute are showing as unused. This can be mitigated by referencing the `JetBrains.Annotations` NuGet package and then...
Hey :) Would you be open to the idea of an `outputNameTemplate` configuration option? I'd personally be interested in it at least having the `{displayName}` as a possibility for interpolation...
Hey, Would you consider modifying the `Result` class to be marked with `partial`? I've built up a small little arsenal of extension methods for `Result` in my codebase (that are...
This PR is precursor to being able to work on #597. This PR changes the way that the npm dependency resolution algorithm parses node modules. Previously it loaded in all...
**Is your feature request related to a problem? Please describe.** I would like to have a way to specify expected exit codes to be documented in the `--help` output, so...
Hey, I'm finding that I'm not able to override the result mappings for `ResultStatus.Ok` and `ResultStatus.Created`. I can see in the `ActionResultExtensions` that only the `default:` branch of the `switch`...