Dmitry Murzin
Dmitry Murzin
Hello! Thank you for your excellent driver! I have arch-linux (kernel 4.8.6). There is driver r8723au included in kernel. It works, but speed is too slow, so I clone your...
That indent color can be shown with full opacity, while others are shown with customized ones. 
It would be nice that if user activates ["Highlight" option](https://i.stack.imgur.com/qyGAo.png) and closed PsiViewer tab, then highlighting would be disabled (until next time PsiViewer tab will be opened)
When implementing "Move file" refactoring, it may be needed to customize the dialog:  Usually the only customization needed is to add additional checkboxes, e.g. here is the dialog for...
Fixes #5805 Fixes #8044 Fixes #8971 Fixes #9099 Fixes #9157 Added option to exclude specific paths from auto-import and completion. By default `std::borrow::Borrow`, `core::panicking` and `std::intrinsics::unreachable` are excluded There are...
Fixes #7815 Consider match arm: ```rust match ... { Foo => {} _ => {} } ``` Here `Foo` can be constant or enum variant if any is in scope,...
When you create project with [webpack](https://github.com/vuejs-templates/webpack) template, then at one of steps it offers install packages via `npm install`: ``` ? Should we run `npm install` for you after the...
## 💡 Feature description It would be nice to add a method for listing all installations of the app: https://docs.github.com/en/rest/reference/apps#list-installations-for-the-authenticated-app
В реализациях на python и javascript (вероятно в других тоже) при транслитерации слов полностью состоящих из заглавных букв может получиться слово содержащее строчные буквы. Например (для схемы `WIKIPEDIA`): * `ЕЩЁ`...