Chrys Bader

Results 13 issues of Chrys Bader

Hi there — first off, thanks for making this! I implemented this and I'm seeing the following error in console: ``` Warning: Prop `style` did not match. Server: "position:absolute;top:0px;right:0px;bottom:0px;left:0px;background:url(null) center...

XCode Version 12.4 (12D4e) SDWebImageSwiftUI 2.0.1 We have a scenario where a view loads due to a cached auth state, and then after a server callback, if the user is...

When using this pattern: ``` ScrollView { LazyVStack { ItemView() .equatable() } } ``` And ItemView contains a `WebImage`, the application will lock at 100% CPU and memory will keep...

Thanks for making this. Certainly saved me a lot of time! Unfortunately, it doesn't seem to follow redirects. Example: https://apple.news/Ak2IoOEp8Qdi6JVs8p-Jj_A It should return the `og:image` from here: https://abcnews.go.com/Politics/capitol-breached-protesters/story?id=75081629 The impact...

help wanted
investigation-needed
good first issue

If someone doesn't grant access to their bitmoji, or for whatever reason doesn't have a bitmoji avatar, this code block bails out. I'm flagging this because if developers are copy/pasting...

It would be great to have these templates for the new, larger dimensions of iPhone.

If I have `mixpanel.people.increment('Total Referrals', 1)` and "Total Referrals" doesn't exist, it doesn't create the property. It would be super helpful if it did. I could easily add `Total Referrals`...

For anyone who'd like to use the `score` attribute for any subsequent calculations, it would be helpful to also understand the `max_score` per token, but also perhaps per collection (if...

enhancement

It would be helpful to be able to see a checksum of the traits used to generate rarity so that publishers can compare to each other and see that we...

enhancement

### Current behaviour I have a `Switch` component within a `SectionList` Tapping on it does not check the switch on Android. I can swipe to turn on the switch. I...

bug