Friedrich von Never

Results 301 comments of Friedrich von Never

Let's start from the questions y'all asked during the discussion, since I believe there's still some information we are missing here. @b-amaral, > is it possible to make the default...

This is one of the medium-sized projects I'd like us to eventually tackle in this plugin. No promises, yet.

Reproduced even without changing my user name using the following patch: ```diff Index: src/main/kotlin/com/intellij/plugin/powershell/lang/lsp/languagehost/EditorServicesLanguageHostStarter.kt IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git a/src/main/kotlin/com/intellij/plugin/powershell/lang/lsp/languagehost/EditorServicesLanguageHostStarter.kt b/src/main/kotlin/com/intellij/plugin/powershell/lang/lsp/languagehost/EditorServicesLanguageHostStarter.kt --- a/src/main/kotlin/com/intellij/plugin/powershell/lang/lsp/languagehost/EditorServicesLanguageHostStarter.kt (revision Staged) +++...

Please open a new issue and attach your solution.

I wasn't able to reproduce this problem. Please drop a comment if you still reproduce it.

But this is a meta issue. What activity is expected?

Just checked, it is still problematic.

Still reproduces for me using the same steps, no changes.

The likely reason is in this code snippet: https://github.com/telegramdesktop/tdesktop/blob/77c2e12ebc8cbbeed878056ccf660425b83e944b/Telegram/SourceFiles/chat_helpers/field_autocomplete.cpp#L472-L474 I have several hypotheses about this. 1. The number of users in the chats I participate in may be high (up...

Theoretically, it could consult Git about the file flags if started from Windows. Say, ```console $ git ls-files --stage gradlew 100755 572252646b9962fbf8261861ffa7bc7f403d3386 0 gradlew ``` This means the file should...