Frank Lehmann

Results 12 issues of Frank Lehmann

You already fixed the technical conflict here: https://github.com/amosavian/FileProvider/issues/53. But the confusion remains. I thought this project contains [native FileProvider](https://developer.apple.com/documentation/fileprovider) extension at first. I think you should rename it to make...

Also adding support for [CocoaPods 1.7.0's new multi-Swift feature](http://blog.cocoapods.org/CocoaPods-1.7.0-beta/).

Thanks for this awesome library that even comes with great default images. Could you please add retina images for the confetti, diamond, star and triangle assets?

### Is your feature request related to a problem? Please describe. I have a 3 display setup in my office and 3 animations at once would be a little too...

enhancement

Hey guys, My view hierarchy is like this CustomRootViewController ↳ PulleyController _Modal Presentation (.overCurrentContext)_      ↳ TabBarController _(Pulley's mainContentController)_           ↳ NavigationController                ↳ ListViewController                     ↳ DetailViewController _pushed onto navigation / custom statusbar...

Hey there again, your library does a great jobs importing data line by line to prevent memory. But it seems like there is no solution to process the imported lines...

Hey there, would be great to be able to use native way of decoding as an alternative data mapping. Other libraries like CSV.swift and CodableCSV already do this, but they...

enhancement

I got a huge CSV file with snake_case headers I want to decode to camelCased Swift properties. Foundation's JSONDecoder already has this very handy option: https://developer.apple.com/documentation/foundation/jsondecoder/2949119-keydecodingstrategy Would be awesome to...

When TouchDrawView is embedded in a modal presentation in iOS 13, the user can drag to dismiss. This interferes with the drawing. This PR fixes that like in the accepted...

Fixes https://github.com/valpackett/SwiftCBOR/issues/98