![]()
Tell us you scour the forest for bread every night without telling us you do
Try spilling sweetened condensed milk next time, it takes longer to spoil
Oh nice! Thanks for sharing
Have you thought of splitting up the string into single letters and animating one letter at a time? The animation would be slightly different than the wipe animation you have going right now, but you wouldn’t have to worry about backgrounds anymore
Technically should be possible, it’s just likely far more difficult to implement in a PWA because you have to handle conflicts with any other gestures and web-related things
Of course :)
I think “Hot” would be the closest to Trending—I think this will give you a good mix of very popular ones in the past week as well as new ones that just got a few new followers
I was running into this. I’ve noticed that some instances seem to have limits to how many comments you can fetch at a time, especially when there is no “limit” or “page” set. Setting “limit” or “page” or a parent id seems to avoid it. The limits for each server might be under getSite(), but if those limits are related to this issue specifically, haven’t tested it
Ah, that'll work just fine since I'm already calling getCommunity, thanks! Would be convenient if it was provided in getPosts though