Brendan Brown

Results 6 comments of Brendan Brown

@mvaneerde sorry for the delay, I took some time AFK after the election. I actually don't use this script to generate the CSV, I've been using this `psql` command: ```bash...

In my experience, you actually get less results when you use an interval, as opposed to going day by day. Have you tried running this on a user with a...

By less results I mean you only get / collect 28K total tweets (w/ interval method) instead of the 30K total tweets (w/ day by day method).

You don't need to use this scraper to get the latest 1000. You can use Twitter's API, or this site: https://www.allmytweets.net/connect/

Having the same issue. Doing `await chromeless.queue.end()` in a catch block seems to work (taken from the [source here](https://github.com/prismagraphql/chromeless/blob/58ec885557d72b0e1b014bf44ed16ac69e4a6c69/src/api.ts#L357)). Full example: ```javascript const { Chromeless } = require('chromeless') const chromeless...

seeing this too, it's reproducible on the demo page: https://docs.reactivesearch.io/docs/reactivesearch/react/range/daterange/ current workaround is to just use two `` components with custom queries ```jsx dateQuery('gte', value)} URLParams={true} /> dateQuery('lte', value)} URLParams={true}...