Kelvin Harron
Kelvin Harron
Hey @pepicrft, we keep all our work in one repository, so exposing the Swift Macros API would be a big win for us. Do you mean we could define a...
Thanks for creating this, @JulianAlonso, and for raising it in Slack, @kwridan. I'm suffering from it as well. I have a custom framework where I need to enable both automatic...
Thanks for acknowleding this @leemaguire and @jeanbaptistebeau for raising it. Have you found any nice patterns from adding observers in a ViewModel? This is almost a deal breaker for us...
I wasn't aware of this functionality as I hadn't previously used the old SDK. I suspect an approach to this could be providing usage of the AndroidX Lifecycle dependency (`androidx.lifecycle:lifecycle-process`)...
@fortmarek I'm afraid I never got around to trying this before I was off boarded on this project. Once I do get access again I will give it a go.
Hey @ltns35 how are you providing the macro to your project? Do you mean you are trying to define a `Project.swift` file with the target type `.macro`? I believe this...
@fortmarek @pepicrft, do you have a way to reproduce this error? I've made changes locally but want to prove it out. I think we had this one off a long...
Thank you @waltflanagan for the feedback! I spoke with @pepicrft offline who recommended we have one `Project.swift` for simplicity. I've applied this change, the example builds but the test target...
Hi @ilter apologies for not getting back sooner as I was leave. It has been so long I really don't know what remains to be done to be quite honest....
I have encountered this a few times in the last two weeks. The workaround is to use Visual Studio Code instead which is not ideal.