in-in
in-in
Huge list of multi-language frontend channels https://github.com/andrew--r/channels PS. Looks like this "Web Tools Weekly's YouTube Videos" channel doesn't have any video
This extension is dead and has not been maintained for six months. https://marketplace.visualstudio.com/items?itemName=blanu.vscode-styled-jsx  Also, the marketplace page does not display an important message from the maintainer.  It's just...
After this command ```bash echo "пелот" | hunspell -d ru_RU ``` I expect to see the word "пилот" in suggestions ```bash Hunspell 1.6.2 & пелот 8 0: поле, пело, плот,...
I get "404 page not found"  https://www.usebruno.com/downloads  ```sh ➜ sudo gpg --no-default-keyring --keyring /etc/apt/keyrings/bruno.gpg --keyserver keyserver.ubuntu.com --recv-keys 9FA6017ECABE0266 [sudo] password for mint: gpg: keybox '/etc/apt/keyrings/bruno.gpg' created gpg: failed...
The bar seems to be the same color as the background, so it is invisible. 
**Is your feature request related to a problem? Please describe.** I tried using Subpath imports but they don't work. It would be great if it were possible to use native...
### Describe the bug The plugin does not respect inline type qualifiers ```js //.eslintrc.js "perfectionist/sort-imports": [ "error", { "type": "alphabetical", "ignore-case": true, "groups": [ ["builtin-type", "type"], "internal-type", ["parent-type", "sibling-type", "index-type"],...
Fix typo
### Description Replace "property" with "method" ### Motivation ### Additional details ### Related issues and pull requests
**Describe the bug** When using an npm package that exports a `scss` file, an error occurs: "Property 'MenuEnter' does not exist on type '{}'" **To Reproduce** Steps to reproduce the...
### What minimal example or steps are needed to reproduce the bug? ```css a { transition-timing-function: linear(0 0%, 0.999 44.8%, 0.866 58.4%, 0.998 77.2%, 1 100%); animation-timing-function: linear(0, 1); }...