Alexandre Giguere

Results 8 issues of Alexandre Giguere

Sorting does not work

Hi Peter, I was playing around with your code and found that the removeDuplicates on the isUsernameValidPublisher publisher should be put after the map operator because right now you are...

Great work, your include statement for Foundation ( #import ) in RouterAndRoutes should be in your header file and not in your implementation file, otherwise bridging header won't work in...

Nice API, I just added to my Swift Project, but I got this warning about a deprecated API, line 210 CGSize appFrameSize = [[UIScreen mainScreen] applicationFrame].size; 'applicationFrame' is deprecated: first...

This project does not build anymore with Carthage, which now build dependancy as xcframeworks looks like related to PSOperationsHealth create a Cartfile github "https://github.com/pluralsight/PSOperations.git" "master" and run the command carthage...

I notice that in a GroupOperation, if you generate a new operation in the method `operationDidFinish(_ operation: Foundation.Operation, withErrors errors: [NSError])` using addOperation the `finished(_ errors: [NSError])` is not called...

Originally the Apple WWDC 2015 sample code was provided with a NetworkObserver class, pretty useful I don't know why you drop it or maybe you forget to add it ?...

The latest SDK now support XC frameworks however you still failed at delivery good code example supporting Swift, nobody code in Objective-C anymore there are no instruction about how to...