infacto
infacto
Suggestion: Don't create Git tags by default. Invert the logic of `--no-git-tag-version`. The dev should add option like `--git-tag` or just `--tag` to automatically create a tag. In my opinion...
To the word suggestion menu (quick fix), we could add entries for add ignore comment for this line or file.
```text es-check es3 ./src/*.js ``` does not report [Object.assign](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign) (ES6). `"es-check": "^5.2.3"`
### What problem does this feature solve? No bug, no feature. Just something I see on console (Chrome 109): > Canvas2D: Multiple readback operations using getImageData are faster with the...
### Microsoft PowerToys version 0.74.0 ### Installation method PowerToys auto-update ### Running as admin None ### Area(s) with issue? File Explorer: Thumbnail preview ### Steps to reproduce Some SVG files...
# Bug Report **Ionic version:** [x] **5.x** (5.4.4) **Current behavior:** If the `GesturesController` is used on an Ionic button. The ripple-effect does not work anymore. **Expected behavior:** The ripple-effect should...
Currently you just define the animation properties like `scale` or `opacity` etc. in the root config object which also contains other not related properties for options like `autoplay` and `targets`...
Don't scare ... just consider to define types. There are multiple ways. Doc comments are useful with or without TypeScript. Definition files (*.d.ts) can be generated from this comments and...
### Describe the Issue Just a minor but somewhat annoying issue from a meticulous UI dev. Especially when using `close` and `checkmark` icon together. It seems that either the `close`...