Friedrich von Never
Friedrich von Never
Currently it's unclear whether it's supposed to be with leading dot or not.
Was disabled due to https://github.com/actions/runner-images/issues/13341 We need to re-enable later after it gets fixed by GitHub.
There's an issue [IJPL-193111](https://youtrack.jetbrains.com/issue/IJPL-193111) that caused me to make a workaround (see the corresponding TODO): ```kotlin handler.destroyProcess() if (!handler.waitFor(100)) { // TODO[#524]: This is a workaround for https://youtrack.jetbrains.com/issue/IJPL-19311 // handler.destroyProcess()...
We have several reports in Rider with this: ``` Root 1: [6.21K/ 0%/ 406MB] 813MB 1 ROOT: Static field: java.awt.KeyboardFocusManager.currentFocusCycleRoot [6.21K/ 0%/ 406MB] 813MB 1 (root): com.intellij.openapi.fileEditor.impl.EditorCompositePanel [5.75K/ 0%/ 406MB]...
The current architecture with all the classes being nested inside of the giant `public static partial class TdApi` is sound, but causes some problems: e.g. the IDEs have hard time...
When we publish our compiler bundles and dotnet tool, we publish several dependencies alongside them. These packages have their own licensing policies, and we have to follow them — mainly,...