Nicolas Cisco

Results 23 comments of Nicolas Cisco

Current implementation of `polygonize` makes the following assumption (copying from docs): > Edges must be correctly noded, i.e., they must only meet at their endpoints. As far as i understand,...

As far as i know Shapely is calling the GEOS's polygonizer class. This is a javascript port of that c++ class. I think that with Shapely you'll get the same...

@maphew I really don't know what QGis is exactly doing, but if i run [Shapely's polygonize](http://toblerity.org/shapely/manual.html?highlight=polygonize#shapely.ops.polygonize) i get the same blank result. Using the following script (i'm using shapely 1.5.17):...

I've been reading the QGis source code in order to understand what QGis is doing. Apparently, when you are running _"QGis >> Vector geometry Tools >> Polygonize"_, it runs this...

Ok!, I'll be starting to work on that new module. I'll update with further news.

> @Nerixyz Hi, is the clips explore feed endpoint is known by now? I really don't know, but, I don't believe that this library is maintained any more. Although my...

> @NickCis Hi, how did you find the clips user endpoint? As I explained before, I followed @martymfly 's comment in this thread. I have also checked [instagrapi](https://github.com/adw0rd/instagrapi)'s code.

Really looking into getting this merge, Can I offer any help with it?.

It's implemented in this [PR](https://github.com/dilame/instagram-private-api/pull/1636) . This issue is a duplication of #1308 .

You'll have to fork the PR or use the published versión I've forked (`@nickcis/instagram-private-api`). Then you should edit your example and use`const feed = ig.feed.clips(targetUser.pk);` instead of `ig.feed.reelsMedia({ userIds: [targetUser.pk]...