Denis Dzyubenko
Denis Dzyubenko
đź‘‹ hi @stephencelis. I am hitting the same issue and noticed that the order of operations seem to break snapshots. In my code I use custom fonts and rely on...
Hello there. It seems to be still an issue, we are hit by the same. Our accounts are enrolled with Apple Business Manager and hence we cannot download Xcode neither...
Hi there, I understand that this is 2 year old issue but I recently needed a MurmurHash3 implementation in Swift and this one seemed the best despite this bug. I've...
There are no tests and to be honest I have no idea how to implement one. If you are potentially interested in this pull request I'll try my best to...
It seems to be a bug in SPM + Xcode Cloud, the fix seems to be implemented but not released yet https://github.com/apple/swift-package-manager/issues/6948
I tried to fix it with a quick fix, available in my private fork The actual fix is in SwiftGen https://github.com/SwiftGen/SwiftGen/pull/1102 Then I made a private release of a new...
+1 to this. In my use case it would also be useful to have ability to add Identifiable conformance to some types. There is literally no other way to do...
\ I completely misunderstood what czechboy0 was saying That work indeed, thanks @czechboy0 ! To be honest I had no idea this is possible, despite years of writing Swift code....
Is there any update on this issue? Most gRPC services only support v1, not v1alpha reflection service For example here is an error I am getting in Postman for my...
I am also being hit by this issue. I just started using hey-api/openapi-ts, and so far I love it, it is easy to use, typescript-first and well documented. Don't get...