Dmitry Murzin

Results 49 issues of 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...

https://www.jetbrains.com/remote-development/gateway/

enhancement

That indent color can be shown with full opacity, while others are shown with customized ones. ![image](https://user-images.githubusercontent.com/6505554/101294855-2460b980-382b-11eb-8670-1125052c5f2c.png)

enhancement

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: ![image](https://user-images.githubusercontent.com/6505554/84365175-8331d700-abea-11ea-96b1-6719af95b61a.png) 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...

feature

Fixes #7815 Consider match arm: ```rust match ... { Foo => {} _ => {} } ``` Here `Foo` can be constant or enum variant if any is in scope,...

feature

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

enhancement

В реализациях на python и javascript (вероятно в других тоже) при транслитерации слов полностью состоящих из заглавных букв может получиться слово содержащее строчные буквы. Например (для схемы `WIKIPEDIA`): * `ЕЩЁ`...