Joshua Kaplan

Results 16 comments of Joshua Kaplan

I would like to do a PR for something like `@Compressed(maxSizeInMB: 10)` that makes sure UIImage and Data properties are compressed to below a certain maximum limit. What do you...

@dvir04 You can generate an Xcode project by `cd` into the submodule than running: `swift package generate-xcodeproj`

I made a maintained range slider if any of you are interested: https://github.com/yhkaplan/DoubleSlider

I made a maintained range slider if any of you are interested: https://github.com/yhkaplan/DoubleSlider

Oh, have you started working on the plugin or is it in the idea phase? I was thinking of using Apple’s similarly named xccov (extra c) tool now that it...

Hmm, so this appears to be a completely different JSON format than that of xccov, which mostly just provides coverage percentage for each file, and a total. This seems to...

Nice! So it looks like you're using xcodebuild's `-enableCodeCoverage` option and parsing the output with xccov. Should I make a pull request to get it working on Linux with `--enable-code-coverage`...

Personally, I use minor plugins that I create myself sometimes, so having some kind of plugin system is preferable. One aspect of this is that many CI services are smart...

Maybe a setting to ignore all directories without a specific VCS subdir like `.git` would be nice