metsfan
metsfan
So the Apollo clients allow you to provide a "payload" on the initial websocket connection. In the GraphQL kickstart library you can define a bean which extends `ApolloSubscriptionConnectionListener` and allows...
This is what I mean btw. As you can see during the Subscription initialization, I've passed through a payload from the IOS client which has the Authorization header. All we...
@paulbakker I am going to implement this for my application. If I make a pull request do you think this is something you would consider incorporation?
WevImages in LazyVStack in ScrollView locks at 100% CPU when setting containing view to .equatable()
I posted in this issue about it as well, https://github.com/SDWebImage/SDWebImageSwiftUI/issues/186 The TLDR of it is, try running in Release mode and see if you have the same issues. In my...
I'm just going to put out there that I was having this exact same issue. I have 2 LazyHGrids and 1 LazyVGrid on the same screen all loading images. I...