Lincoln Baxter, III
Lincoln Baxter, III
Pull request: https://github.com/baumblatt/capacitor-firebase-auth/pull/146
https://github.com/rintoj/ngx-virtual-scroller Has an implementation of multiple items per row, if anyone wants to look at how it's done (or get something working today.)
@voltrue2 I am not sure that's the case. As @triplef said, downloading a free app also produces a receipt with no entitlements/in_app elements. So far we are checking for this...
Confirmed I am also seeing behavior where `shareReplay({ bufferSize: 1, refCount: true })` stops emitting. My theory is also that it is causing the source observable to somehow complete when...
I think this might be related: https://github.com/ReactiveX/rxjs/pull/5634/files#diff-44fa2a928f593fdd8b981dac7737a65f6b0ddc844300af18a539c59b683b5467R130 Looks like shareReplay now calls `complete()` on the subscribed subject/connector when the source completes. I don't think this this was in the original...
@henry-alakazhang Do you have a code reproduction you can share that demonstrates the issue? It would probably help the devs make sure it gets tested and fixed! (I haven't been...
@iharbeck Awesome! Keep us posted! Is there anywhere we can check out the progress?
@Goldman1337 Try out my fork with this new feature: https://github.com/rintoj/ngx-virtual-scroller/pull/447 I believe it should resolve your issue assuming you have children heights of equal size: ``` ... ```
Same issue here. @luqmaants and @nagdevbharat did this help you? It doesn't seem to make a difference for me.
Negative. No ideas here. I'm not very practiced with animations/etc. I try to avoid that level of UI unless absolutely necessary. I tried replacing with ion-virtual-scroll, but that component has...