Marco Boerner

Results 16 comments of Marco Boerner

I'm also wondering if there is anything planned already? We have several former Pods that we're changing to SPM and quite a bunch of them used R.Swift.

Are there news on implementing this? SPM works fine with the current master branch, however without being tagged it's disallowed when using it as a dependency of another package.

@juozasvalancius I tried your example and I made it work. I built yesterdays most recent SwiftLint binary locally (which included your changes) and added the binary as a local target,...

@mjarvis I've deleted my previous comment as I had an error in my code. Your code works pretty well, however, somehow even though my States are `Equatable` it does not...

@mjarvis I've tried using a custom property wrapper solution in my app. But only works when passing the store as you mentioned, and if the store is passed into the...

+1 Received an email with the same first paragraph and two warnings, referring to our app for `NSPrivacyAccessedAPICategoryFileTimestamp` and `NSPrivacyAccessedAPICategorySystemBootTime`. However, it seems those come from Mapbox or another dependency...

I created a pull request that keeps the id and Identifiable conformance in place, which I think is preferable when using it with SwiftUI, but skips the id when encoding....

The only thing that you need to be aware of when streaming is, currently with every updated ChatMessage a new UUID is generated. It's fine if you're just replacing the...

@tingspain are you using the last pre-release version? The PRs to fix this issue have not been released. You may want to switch to an earlier version or use the...

@khandakerTR I'd recommend using something like Charles (with its SSL Proxy active and Certificate installed on the Simulator) to see exactly what the error is. It might give you more...