André Krüger
André Krüger
**Describe the bug** I noticed today that for example `XDG_DATA_DIRS` gets replaced with the nix path (`/nix/SOME_HASH-patchelf-0.12/share`) when using the .envrc with `use nix`. This resulted in a crashing Emacs...
See this [ktlint issue](https://github.com/pinterest/ktlint/issues/1560) for further information. - [x] summary of problem: ktlint's `multiline-if-else` rule is not fixed automatically. - [x] gradle or maven version: Gradle 7.4.2 - [x] spotless...
Is there a way to get ktlint to also run the lint tool from Android Studio? https://developer.android.com/studio/write/lint I would need this to check for `CheckResult` violations. Or is it possible...
# Summary This should fix #78. As masking an image with an alpha mask image didn't work on Android, I added a prop to the MaskedView to set the PorterDuff...
Does anyone know how to colorize the rgb values that are displayed in the company-box-doc menu? I don't have much elisp knowledge, so what I'm basically trying to do is...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is there a StackOverflow question about this issue? - [X] I have searched...
When using the tw.color function, the dark prefix is ignored. For example: `tw.color("dark:text-red")` doesn't result in a red text color if dark mode is enabled. It seems that prefix parsing...