Forest Gregg

Results 351 comments of Forest Gregg

That makes complete sense, @tseaver. Because I am taking advantage of some of the facilities of zope.index, I might purse a fork of BTrees. If I get something working, we...

Hi Jim, Here's my use case: http://dedupe.readthedocs.io/en/latest/Making-smart-comparisons.html#index-blocks On Fri, Nov 11, 2016 at 8:09 AM Jim Fulton [email protected] wrote: > I wonder what use cases is motivating this. > >...

No, I'm not using ZODB, because I've never gotten it to work with my unusual use case. On Fri, Nov 11, 2016 at 9:27 AM Jim Fulton [email protected] wrote: >...

i went ahead and deleted those descriptions. only affects 468 units.

the code currently just checks the ["following" endpoint for your direct follows](https://docs.joinmastodon.org/methods/accounts/#following). That endpoint returns data about the users that that user follows, including the `followers_count`. However, the data on...

this code actually worked pretty well: ```typescript const list = Array.from(indirectFollowMap.values()) .filter((d) => d.followed_by.size > 3) .sort((a, b) => { return ( (b.followed_by.size + 50) / (Math.max(b.followed_by.size, b.followers_count) + 50)...

wow, that's such a nice solution @Fil!

a `cycle` option would be great, maybe with a `cycle_start: 06-01` option as well?