theapache64

Results 156 issues of theapache64

What's this 81813780 ? :P Just out of curiosity

![image](https://user-images.githubusercontent.com/9678279/182486842-e4e2ee7f-367d-4a69-8aef-abadb71af38b.png) Can't open callstack `.trace` file created using Studio

feature request

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 - [ ]...

enhancement

**Tasks** - [ ] Add compose tests for all 3 screens (instrumentation tests) - [ ] Add unit tests

enhancement

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. ![new](https://user-images.githubusercontent.com/9678279/68827991-0711f800-06ca-11ea-95db-03fbf394f5f6.png) - 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...