Serhii

Results 15 comments of Serhii

It just seems odd for me to implement two delegate methods and have my own variable for current menu state when there's already a variable in this code that just...

@Tulleb, but it's not a duplicate. This Issue was created as a part of discussion in #107. And probably solving this issue might be the only workaround for iPhone X...

@Tulleb, I understand it's not the best way to handle iPhone X notch but it's better than nothing. In one of my apps I only show notifications that cover whole...

``` AttributeGraph/Attribute.swift:474: Fatal error: attempting to create attribute with no subgraph: CachedView ``` I run into this crash pretty often in my app. Though mostly on iOS 15. I can't...

I've checked few recent cases and all of them happened when I'm using `KFImage` in `GeometryReader` where I pick the image URL based on geometry size. Geometry doesn't change in...

> [...] place my `KFImage` invocations nested one container deeper in `GeometryReader` [...] @kirkbig, so it stayed in `GeometryReader` but wrapped in VStack or something? Can you please give an...

I had the same issue. > [!] CocoaPods could not find compatible versions for pod "MKToolTip": > In Podfile: > MKToolTip > > Specs satisfying the `MKToolTip` dependency were found,...

Am I missing something? It looks like there's no way to force `URLRequest`'s `assumesHTTP3Capable = false` when calling `googleSignIn.signIn`. Or is there some way to configure the `GIDSignIn` or intercept...