Maarten Van Hoof
Maarten Van Hoof
### Describe the Bug Prettier/this plugin will add an unwanted semicolon at the end of methods with typed parameters. (Just can't figure out how else to describe this) Original: ```tsx...
# Problem Snippet: https://github.com/csstree/stylelint-validator/blob/v2.0.0/lib/syntax-extension/sass/index.js is causing the error `At-rule '@else' should contain a prelude (csstree/validator)` with code ```scss @if ($value == 0) { @return 0; } @else if ($value ==...
# Extension – Window Management Author: RayCast **Describe the feature and the current behavior/state.** https://user-images.githubusercontent.com/2543633/171578970-333d8e4c-47f0-4b05-b9e1-5f6c9f1e54cf.mov Currently, each window size requires its own shortcut. It would be nice to quickly cycle...
Single quotes in patterns aren't escaped and cause issues with schemas. ## Example Using the ModelWithPattern component from test spec. OpenAPI doc ```json { "ModelWithPattern": { "properties": { "patternWithSingleQuotes": {...
Fixes #1274
Does the webcrawler take the `` node or already existing URLs present in the Index into account when running? **Current problem**: We have a website with +2000 URLs that that...