Kyle Mitofsky

Results 15 issues of Kyle Mitofsky

This issue was raised in #26393 and fixed in #135805. It got a shout out in the [October 2021 release notes](https://code.visualstudio.com/updates/v1_62#_thank-you:%7E:text=InsertCursorAbove/Below), but was never documented anywhere on the site. Since...

The following links are provided in the source code and documentation, but no longer work: * * * Which resolve to either a spammy redirect or a broken page: ![image](https://user-images.githubusercontent.com/4307307/157709723-4c292ff2-fa6e-43ad-bf40-661f121dc3c7.png)...

Attempted to recover broken links, but at least can point users to documentation folder

**Describe the bug** Checkbox mis-alignment on mobile views **To Reproduce** Steps to reproduce the behavior: 1. Go to https://stackoverflow.design/product/components/checkbox 2. Resize viewport to less than `640px` **Expected behavior** Checkboxes to...

## Summary Very minor code clarity improvement, but not sure why it's important to assign to null first and then re-assign the actual value of the lambda. Type is already...

dotnet-fundamentals/prod
community-contribution

**Describe the bug** In the markdown editor, when pasting code into a pre-existing fenced code block, a second code block is created inside. **To Reproduce** Steps to reproduce the behavior:...

bug
mode - markdown

In a divergence from the way [optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) works in JS, CoffeeScript allows the existential operator on the left half of an assignment, whereas as JS [does not](https://github.com/tc39/proposal-optional-chaining#not-supported). You can...

Adds some clarity around naming according to [What does git fsck stand for?](https://stackoverflow.com/q/21151945/1366033) ## Todo * [ ] Use [GitGitGadget](https://gitgitgadget.github.io/) to send Pull Requests commits to our mailing list.

new user

I'm using both the Quick Tips here: * [#001 - Inline Minified CSS](https://www.11ty.dev/docs/quicktips/inline-css/) * [#002—Inline Minified JavaSCript](https://www.11ty.dev/docs/quicktips/inline-js/) So my default layout looks roughly like this: ```html {{title}} {% set css...

enhancement
enhancement: favorite

Occasionally I'll get the following error: > TernError: Position 1 is outside of file. file: client/templates/application/layout.js|File not found in server ![Error](http://i.imgur.com/QqJw0p5.png) This has happened randomly and also when creating and...