Michael Sorens
Michael Sorens
I have tried building the simplest possible demo, lifting the data and template out of [scroll.component.ts](https://github.com/dinony/od-vsstatic/blob/4bc59981ac670e9955b4a72f598970ca02fda1ab/src/scroll/scroll.component.ts) from the `od-vsstatic` demo: TEMPLATE ``` Row: {{row}} Column: {{column}} {{item}} ``` OBSERVABLES ```...
If _multiple_ namespaces are specified for the `Namespaces` parameter, the page title for the home and contents pages is just the `DocTitle` parameter (or default). But if there is only...
One is supposed to be able to introduce a link (.LINK) for either standard PowerShell cmdlets, standard PowerShell topics, or one's own custom functions. The documentation generator correctly recognizes standard...
Regular parameters are all emboldened in the Parameters section. The final one (added automatically), "", is not. Need to add support to the recognizer for that.
For several months now, the development team on Chef Automate had been unable to use the Redux Dev Tools that had served us so well in the past. I had...
**Describe the bug** Note that in advanced mode there is no error squiggle. **To Reproduce** https://semgrep.dev/playground/s/msorens:tooltip-empty-string **Expected behavior** No error squiggle on a valid JSX expression. **What is the priority...
**Describe the bug** Pattern fails to match with a just as valid, but slightly more complex, expression. Note: Also fails on most ANY expression beyond a very trivial one like...
**Describe the bug** **To Reproduce** https://semgrep.dev/playground/s/msorens:embedded-quotes **Expected behavior** All tests should pass. **Screenshots** **What is the priority of the bug to you?** - [ ] P0: blocking your adoption of...
**Is your feature request related to a problem? Please describe.** I want to explore additional rulesets to add to my semgrep scans in CI. Before enabling a new ruleset in...
When I run cspell I always get more errors reported in VSCode than I do on the command-line, whether the command-line includes wildcards or just a single file. The VSCode...