Eric Marchand

Results 122 comments of Eric Marchand

decoding UserRuntimeAttributes https://github.com/IBDecodable/IBDecodable/pull/5 I am interested with this feature. I am thinking about generating the file using sourcery if @IBInspectable annotation is accessible. _Each framework must provide its own file._

There is no compile issue? because there is `Storyboards.ExampleViewController` vs `ExampleViewController` The only things we can do is apply naming rules according to some options, like adding a postfix (like...

so if there is a compile issue, please provide the error text or a test project it will be easier to understand ps: we have already discuss in an other...

If someone want a Notification or a closure variable to call when there is a refresh, feel free to PR

ok, I will do some tests when I have access to a mac computer Just for information on OSX this is not a GCD implementation but a file system event...

relative path from what? from current path? there is no cocoa functions I think so we must implement it I could provide a non tested code - maybe we must...

I think there is no utility method to do it in FileKit We could add it by using https://developer.apple.com/documentation/foundation/filemanager/1411653-url ```swift extension Path { public init?(ubiquityContainerIdentifier: URL) { // call the...

Yep, currently the functions are private (_setAttribute and _setAttributes) and all accessor are get only due to possible errors throwed

Just a try with this commit 6f2353f785df388783932fe1b87c13ca3a4a278b I think PR #49 will do better job for some part and I do not want to add conflict, so I reverted

String bridging fixed For ExpressibleByStringInterpolation I do not known how to convert the code and keep the functionality It seems to work with swift 4