Nicolas Cisco
Nicolas Cisco
This PR implements the Clips (aka reels) Feed (#1308 ) ```typescript // .... const feed = ig.feed.clips(targetUserPk); const items = await feed.items(); for (const { media: item } of items)...
Hi Derrick, first of all thanks for the package it really helped me!. I've updated some dependencies. The motivation was that `geohash-poly` depends on [`turf-intersect`](https://www.npmjs.com/package/turf-intersect) which depends on [`jsts`](https://www.npmjs.com/package/jsts). When...
HI there, thanks for the repo it really made things easier. I'm trying to use it for a Jolla 1 and i some problems: 1. Jolla 1 doesn't have the...
`ConsumerIntances.prototype.get` has a caching method when there is a pending promise for a given topic. When this method is queried several times, only the first promise has the correct output,...
It's a question, not a bug. I really do not know how the rpm should handle the patch uninstall, i've seen @CODeRUS adding in the `.spec` file the [`%preun`](https://github.com/CODeRUS/sailfishos-lockscreen-player-patch/blob/master/rpm/sailfishos-lockscreen-player-patch.spec#L62) section...