Mitch Ware

Results 25 issues of Mitch Ware

I opened a directory (File > Open) and can see the files/folders in the sidebar. When I create new files or sub-folders outside of pine (e.g. in terminal), I don't...

I can't seem to get the `android-auto-parcel` sample to work with Android Studio 3.0 beta and the newest Android gradle plugin. Please see [my fork of this repo for an...

I'm currently using this plugin in an Android project, and it works great when running non-instrumented (JVM-only) unit tests. I'm interested in getting the same pretty-printing functionality for instrumented unit...

## 🤷🏽‍♂️ Current Behaviour When you send a URL link, the desktop on the receiving end shows a native notification. ## 🎯 Expected Behaviour - Desktop auto-opens URLs as soon...

Added the absolute file path as a separate variable in the `let` expression so its value can be safely unwrapped and used within `NSFileManager.fileExistsAtPath(...)` (in order for Mattress to compile...

When including `Mattress` via CocoaPods and manually specifying the `SWIFT_VERSION` to 2.3, I get a compilation error with `DiskCache.diskPath()` (line 457): ``` if !NSFileManager.defaultManager().fileExistsAtPath(fileURL.absoluteString, isDirectory: &isDir) { ... } ```...

This plugin works fine for regular JVM unit tests (`testDebugUnitTest` task), but any instrumented unit tests in the `androidTest` folder aren't run or considered in the JaCoCo report. Is there...

Not sure if this is related to my own project setup or the library, but it seems like building/compiling works fine, `*Fields` classes get generated properly and my code can...

[Fastlane](https://github.com/fastlane/fastlane) uses a custom config file written in Ruby called a `Fastfile`, would it be possible to support these files just by modifying the Ruby section of `config.coffee` to include...

enhancement

probably the smallest PR of all time 🙂 thanks for making this plugin!