theo

Results 13 comments of theo

I don't think it's a good idea to import a whole package just for this. Maybe the package can be used as a guide/template for a custom `@StateObject` instead? https://github.com/shaps80/SwiftUIBackports/blob/main/Sources/SwiftUIBackports/Shared/StateObject/StateObject.swift

Had to use special apps to track visitors screen to find why my bounce rate is that high. Use this library on websites like ecommerce in product view = really...

5 days letter and still have the same issue. Weird....

> Is there an update on this? > Xcode 14.3's release notes clearly state that it doesn't support Rosetta anymore. > Updating this repo to support the latest version of...

Still getting the same issue lol. Setting the exact version seems to work.

The Happyr/LinkedIn-API-client probably won't be updated. _Sorry for not getting back earlier. I guess it makes sense to use https://github.com/r-everse/linkedin-php instead._ _Originally posted by @andreascreten in https://github.com/Happyr/LinkedIn-API-client/issues/167#issuecomment-674743866_

Another potential option is to conform viewmodel to ObservableObject and keep using @StateObject. ``` @Observable final class ViewModel: ObservableObject { .... } @StateObject private var viewModel = ViewModel(() ```

> FYI, I hear you, and I know the issue is there, but the workaround is just ugly. As I mostly don't do anything in my Observable init I don't...