theapache64
theapache64
What's this 81813780 ? :P Just out of curiosity
 Can't open callstack `.trace` file created using Studio
Is there anyway I can set timeout in milliseconds for `Webcam#open()` method just like `Webcam#getDefault(Long)` ?
Is there anyway you can support multi-line matching? :smile: ```kotlin """ This is some multiline 123 text """.trimIndent().should.match("some multiline \\d+".toRegex(RegexOption.MULTILINE)) ```
**Tasks** - [ ] Design and create new logo - [ ] Update app logo - [ ] Update splash logo - [ ] Update README graphics - [ ]...
**Tasks** - [ ] Add compose tests for all 3 screens (instrumentation tests) - [ ] Add unit tests
It'd better if we announce this product to public in something like [producthunt](https://producthunt.com) etc or is it done somewhere?
Below given my Seekbar ```xml ``` and the balloon shows white background.  - Why the balloon has white background and how do I remove it ?
Happens when I `install` any CLI app that includes [this](https://github.com/kotlin-inquirer/kotlin-inquirer). I am not sure it's a library issue or something related to terminal output coloring. The issue wasn't there when...
When running JAR directly, `Runtime.getRuntime().exec("git")` works, but running via the installed command, it doesn't work. ``` Exception in thread "main" java.io.IOException: Cannot run program "git": error=2, No such file or...