Kadie ππΆπππΎ ππΉ (Kadie Enheduanna Inanna)
Kadie ππΆπππΎ ππΉ (Kadie Enheduanna Inanna)
Has anyone brought up support for fat modules with thunks that are rewritten to the supported version once the feature is detected or not? This would be similar to game...
Yeah, I never saw a `File.read!` as the value of `@moduledoc`, so this is telling me it appears in the ecosystem and that I should consider handling it. In this...
I use the Terminal API that JetBrains supplies. Please report this to them. Iβm not doing anything special for different character sets or encodings or keyboard layouts. If they come...
@annikovk In the `CommandLineState` for `iex mix`, the `execute` https://github.com/KronicDeth/intellij-elixir/blob/72cc9160f376838df339b5035108cdd5f5661204/src/org/elixir_lang/iex/mix/State.kt#L18-L27 calls [`com.intellij.terminal.TerminalExecutionConsole`](https://github.com/JetBrains/intellij-community/blob/master/platform/execution-impl/src/com/intellij/terminal/TerminalExecutionConsole.java). Should I use something other than `TerminalExecutionConsole`, so that it works correctly for Nordic keyboards?
Very thorough, thank you.
I would have expected 3 and 12 to work. I think 11 doesn't work because I never had OTP built with docs installed, so there's no to test against when...
`firstChild` or `lastChild` is `null` in https://github.com/KronicDeth/intellij-elixir/blob/4ca4cd3ea8de3242c81d964ac6bf9087db1c4483/src/org/elixir_lang/psi/impl/PsiElementImpl.kt#L213-L221 `childExpressions` need to handle being child-less and it hasn't needed to previously I guess π€·π»ββοΈ
Any idea which `.beam` file this was? If you do then you can zip the `.beam` and attach it in a comment here and I can use it to reproduce...
I'm finally on a client project that uses HEEx, so I have good test sources. I can not emphasize enough that if y'all would just let me sign NDAs to...
From Yann CΓ©bron on JetBrains Platform Slack: this is HTML based template language? https://plugins.jetbrains.com/docs/intellij/api-notable-list-2020.html#intellij-platform-20203 Extensible HTML Lexer/Parser https://blog.jetbrains.com/webstorm/2022/03/building-a-plugin-for-webstorm-part-3/ might be related AFAIU or angular2 as reference https://github.com/JetBrains/intellij-plugins