Christian Falch

Results 208 comments of Christian Falch

NControl just got built-in support for svg's (https://github.com/chrfalch/NControl.Controls/blob/develop/NControl.Controls/SvgImage.cs), maybe this could be something to build upon? NControl.Controls is a library with controls built on NControl.

@patridge: I'd be happy to take a look and see what I can do about redrawing after changing insets etc. Redrawing should be simple and easy to fix. I can...

@patridge Thanks for the feedback, really appreciate it. Yes, a PR/Issue would be great.

> Thank you for your contribution! I took a quick look -- so far everything is on the right path. The samples in [ios/samples](https://github.com/google/filament/blob/main/ios/samples/app-template.yml#L31-L38) do need to be updated to...

I've updated release_notes and updated example projects on iOS - hope it is in line with how you expect this. It seems to build correctly locally - excited to see...

Sorry for the delayed feedback here - been having a few days of during easter. I can look into fixing moving release/debug paths into `settings.config` files - but we need...

@bejado The last commit I pushed will now make sure we always build XCFrameworks in Release mode - making the builds to (hopefully) pass even though simulator builds was not...

> Do you know if this is a limitation of Xcode itself, or of XcodeGen (the Xcode project generator tool we use)? To my knowledge this is an issue with...

Hi, all! I revisited this issues and found that the explanation is that deferred locations only apply when the app is backgrounded and was implemented to save battery by being...

I think the design of the deferred location updates are made this way with intention (saving batteries in the background), so I don't think there are any plans for changing...