Pavel Haluza
Pavel Haluza
Fixes `dialogWrapContent` option of `customView` #1853. Previously `DialogContentLayout` always passed `EXACTLY` as width spec, which canceled out `WRAP_CONTENT` width of a custom view. Now it will pass `AT_MOST` which allows...
When I do `var="$(toggl now)"` and then `echo $var`, the output is not colored, as when I do just `toggl now`. This works with other commands, [`tldr`](https://tldr.sh/) for example. -...
Version: 2.0.4 Children with `wrap_content` don't fit inside the Flow when Flow's size doesn't match with parent ConstraintLayout. The Flow itself has correct size and position. Looks like max size...
It seems that page for Czech on F-droid is mixed up with Afrikaans. https://f-droid.org/en/packages/org.herrlado.ask.languagepack.czech/   
 Proposed rule which works for me: (not sure where it belongs) ``` www.ceskenoviny.cz##.incomaker_modal_popup_iframe ``` Clear cookies of `ceskenoviny.cz` to test it.
We can currently annotate the test methods with `@TestCaseName("[{index}] {1}, {2} -> {4}")` but IntelliJ shows the test case name as `MyTestClass.[0] 7, hello -> 3.14`. The class name should...
I have a project with about 100 modules. When running your plugin on the root `app` module it doesn't see all modules. ### My setup: `app/build.gradle.kts`: ```kotlin plugins { //...
## 🐛 Bug Report When the PhotoView is used in a scrollable composable, the PhotoView and Compose don't communicate the dragging events properly, and so the composable doesn't scroll as...
My server is returning images with these HTTP headers. ``` Cache-Control: private, no-cache, no-store, must-revalidate Expires: -1 Pragma: no-cache ``` This causes crash when used in Telephoto with Coil. The...
When I run `./gradlew detekt`, it lists only issues in my code. I'd like to see a list of currently active **rules**, combining the default and my own configs. This...