thomasdziedzic-pd

Results 3 issues of thomasdziedzic-pd

I was saddened to see that I can not install this for my android. Is there a chance that you could provide this for android?

**Describe the bug** Amethyst crashes while running in the background. **Applications:** I had firefox, slack, and spotify running. **To Reproduce** Run amethyst and eventually it will crash with the above...

bug

I have the following code: ``` import java.io.File object Demo { def main(args: Array[String]): Unit = { println("in Demo main method") val path = getClass.getResource("/specifications") val folder = new File(path.getPath)...