Sasha Sorokin
Sasha Sorokin
**I want to request a feature.** **Rule key:** S122/no-statements-same-line Would be nice if the rule above had a configuration allowing to disable it for some statements like this: ```json …...
### Information This PR helps https://github.com/DiscordSRV/DiscordSRV/issues/1223. ### Details **Proposed feature:** This PR adds two new events: GlobalChatEvent and LocalChatEvent, which allow other plugin developers to know whether the message sent...
**This pull request is a draft since it requires #4683 to be merged first.** *** ### Information × ### Details **Proposed feature:** This change makes use of added separate events...
**Test code**: ```js let formatMessage = require("format-message") formatMessage("{d, date, long}", {d: new Date()}, "ru-RU") ``` **Expected Result**: `25 июня 2017 г.` **Actual Result (Node v8.0)**: `2017 M06 25` On Node...
Absolutely not ready, just a draft for progress and maybe quick review whether it's good idea or not. This commit will be squashed with more meaningful message as the work...
### Motivation Currently, when you change or reset password or e-mail of your account, Mastodon does not ask for 2FA key **at all**. Though the user is forced to log...
### Pitch We all know that accessibility is very important for impaired users, and that web actually has a lot to offer to developers to make their applications more accessible,...
### Description When you switch proxy, you get a huge speed “bump,” means your upload speed is getting higher than it was before you switched the proxy, even if you...
### Short description When using `val`, IDEA breaks and starts to declare any new variable introduced via postfix-es as ‘final’, no matter whether it comes from lombok or are standard...