Morten Bek Ditlevsen

Results 17 issues of Morten Bek Ditlevsen

Please don't look at this yet - it's horrible! :-) Currently I made a lot of types in `TokamakCore` public in order to perform the layout in the renderer. The...

GTK renderer

Continuing the discussion from PR #8858 here. This PR makes Firestore use the `FirebasesDataEncoder` and `FirebaseDataDecoder` - bringing key coding strategies, etc. to the encoding, while attempting to be compatible...

The comment on the referred line specifies that the order of `supportedAuthDomains` matters. But the outer loop is the authorized domains from the web request, so actually the first match...

api: auth

NOTE: This is a placeholder issue for an upcoming PR where I will try to implement the suggested improvements. As a user of the generated typescript type validation code, I...

https://github.com/apple/swift-foundation/blob/e27532d244fa554f0cf83a0b4f286c282d395fd0/Sources/FoundationEssentials/JSON/JSONDecoder.swift#L15

### Description `getData:` in `FRepo.m` calls out to `getServerValue:` in `FSyncTree.m`. In here we find a sync point for the synchronized parent node - we create a view representing this...

api: database

### Discussion This attempts to fix the issue reported here: https://github.com/firebase/firebase-ios-sdk/issues/12168 ### Testing I will be adding tests to this PR. ### API Changes

api: database

I’m opening this PR to initiate a discussion about what it would take to replace parts of the suite of modules with swift - and in the long run make...

api: database
cla: yes
Swift API

Allow configuration of Presenter to fill the screen even though the proportions of the actual screen do not align with the defaultResolution. Currently, if you want edge-to-edge slides, you need...

The transition for removal used by SwiftUI is the one that was set when rendering the slide. This means that when changing navigation direction, the animation would be wrong for...