Dave DeLong

Results 86 comments of Dave DeLong

You're right that this should be a relative straight-forward addition. The big question in my mind is what should be in the feed? If you'd be willing to dig up...

Time offsets are added to the url as a query item of the form `?time=360` (the value is the offset in seconds)

Modifying `DeepLink` to pull the `time` value out of the URL is trivial; the harder bit would be telling the `AppCoordinator` to start playing the video at a specific time.

I've been plumbing the time through. It's mostly working, except I noticed that linking to a specific video/session doesn't cause the detail area to update. This means that triggering the...

Hi @rajeev0143! In order to help you figure this out, I'll need to know what the error was. It would also help if you could provide an example of a...

Actually, parsing would be easy. It'd just need a new left associative unary operator `i` with an extremely high precedence. The problem (for now) would be subclassing `NSNumber`.

Maybe using this? https://github.com/dankogai/swift-pons

@rmehta33 I have not implemented this. How are you thinking you'd use it?

Sorry for being unclear. What is the scenario you’re wanting to use this in? Why do you want this feature? (While adding support for the syntax would be pretty straight-forward,...

I realize that statement is also a reversal of the original issue description 😅 I believe that parsing would be “easy” by making `i` be a postfix unary operator to...