Anthony Miller

Results 285 comments of Anthony Miller

It looks like this test failure is unrelated to this PR, as [it was also failing in this other PR](https://github.com/stephencelis/SQLite.swift/pull/1224#issuecomment-1764390832).

@nathanfallet, any chance we could get some eyes on this? We've got users of our SDK asking for VisionOS support, and we are waiting on support in this library to...

Awesome thank you! Looks like the just that one broken test that is failing still.

Yeah, I do agree with you @michaelloo. I'm thinking we can determine if the generated models will be `public` from the configuration and just know to add `@testable` or not...

Thanks for the positive words guys! @jpsim I'll consider the points you've made and do some research. We can get back to this after the holidays. @TimOliver I have already...

Alright, I've done a little bit of thinking. I'm not 100% familiar with all of the inner workings of `Realm` just yet, but I see the problems that you've brought...

@TimOliver From my example above, you may be able to derive some basic use cases for this. My primary use case personally is for required fields. While `RealmSwift` supports optional...

@jpsim Hope you had a great holiday! Looking forward to your comments on my proposal so I can begin moving forward!

Yeah, for the foreseeable future, I think the best way to handle this would be to [use the Swift Codegen library](https://www.apollographql.com/docs/ios/code-generation/run-codegen-in-swift-code), as @calvincestari recommended. For advanced use cases that can't...

Where do you need to provide the variables for including from a variable with this commit?