Morten Bek Ditlevsen

Results 49 comments of Morten Bek Ditlevsen

Hi @j-f1 , Thanks so much for your work on this PR. I've unfortunately not had much time to put into this lately - due to the usual: work, family,...

> On iOS/macOS there's an API that allows rendering arbitrary `UIView`/`NSView` to a PDF, either of those could host a SwiftUI `View` then. On other platforms something like [html2pdf.js](https://github.com/eKoopmans/html2pdf.js) could...

> It's great to remove so many lines of code. thanks! > > Do you need help resolving the `PassthroughType` related CI failures? That would be great - I assume...

To clarify my uncertainty about `Date` encoding and decoding: I am not 100% certain about the current default encoding behavior for a `Date`. By reading the code alone, it appears...

The first one, yes. But it appears that I am mistaken. Date actually does round trip on master. I will have to look closer into what's going on. The second...

Ok, I found out that my initial testing of the `Date` serialization in Firestore was wrong. A `Date` serialized to Firestore does indeed become a `Timestamp` when reading it back....

Hi Paul, There's one thing that I would like to change. I think that I 'over engineered' the `.timestamp(fallback)` date decoding strategy. The idea was, that since the existing Firestore...

> @mortenbekditlevsen It sounds like you're saying that there is no difference in behavior between the two implementations. In that case, it sounds good to me to go ahead and...

@paulb777 I think that should do it - but let's see what the CI says! :-)