Cesare Piersigilli

Results 9 issues of Cesare Piersigilli

Can you convert this library to use it on OS X or is it too complicated? I tried to convert files contained in the `ZSPinAnnotation` folder, without succeeding. Thank you....

Under the video with the use of your `FileProvider` version 38fb3fc of `07/26/2018`: ![video_success](https://user-images.githubusercontent.com/17962752/44199689-0eec9080-a145-11e8-8dcc-31eaa3a06d78.gif) Under the video with the of `FileProvider` version 76aee40 of `05/08/18`: ![video_error](https://user-images.githubusercontent.com/17962752/44200554-2af13180-a147-11e8-866c-0e04283e38c5.gif) The error, in your...

bug

I have this little code to upload the media and test it with an incorrect URL rather than the exact one: `https://webdav.pcloud.com`. ``` webdav?.create(folder: folder, at: "/", completionHandler: { (error)...

bug

How can I use `RPCircularProgress` with SwiftUI?

When I load as package your `AAChartKit` I obtain this error: What I wrong?

I have read with great interest yours: `SwiftUI for Mac`. I would like to know how to save an image on the local disk by providing a URL, for example...

I restructured your code to use it with `asset` and not with `asset.localidentifier`. If you want you can update your code with my code, which I attach below. [Sources.zip](https://github.com/crelies/RemoteImage/files/5869455/Sources.zip)

On the net I have not found any other repository that contains a `progresspieview`: are you going to update your `SwiftProgressView` for `SwiftUI`? Thank you. Cesare Piersigilli

I have this code for os x simple app, but it does not work: ``` import Cocoa struct GeoFolderData { var nomeCartella:String var nomeCommittente:String? var dataCreazioneCartella:NSDate var dataModificaCartella:NSDate var isActive:Bool...