David Banks
David Banks
I would benefit from the merge and release of this pull request.
For anyone on this thread who's looking for a currently-working example usage, here's a fully-worked API usage example that compiles against RARS 345c17b8beac5ecfc17f6764dc78f950366b7c8c. ``` import rars.AssemblyException; import rars.ErrorList; import rars.SimulationException;...
This would be really handy for me also.
Although Elephant does return the untouched JSON for each individual customer, there are additional fields in the JSON at the top-level -- that is, calling `.getData()` on the `CustomerCollection` descends...
Just to chime in, I didn't write this patch above -- I found it a long time ago on the `ddclient` Sourceforge page -- [forum link](https://sourceforge.net/p/ddclient/tractickets/23/) I've just kept porting...
I am also seeing what I think is the same issue: ``` failed to execute request { CaptchaError: captcha at validateResponse (/home/amoe/vcs/patreon-scraper/node_modules/cloudscraper/index.js:259:11) at onCloudflareResponse (/home/amoe/vcs/patreon-scraper/node_modules/cloudscraper/index.js:222:5) at onRequestResponse (/home/amoe/vcs/patreon-scraper/node_modules/cloudscraper/index.js:205:5) at Request....
I've now reproduced the problem in my tiny demo project that doesn't use any other stuff and just tests `(is (= 2 2))` in parallel. If I repeatedly rerun the...
I was still able to reproduce the hang with the new master version. It hangs fairly quickly, maybe once in every 5/10 test runs. (The install procedure that I did...
Here's the demo project that I'm using. [parallel-tests.tar.gz](https://github.com/aredington/parallel-test/files/679712/parallel-tests.tar.gz) I noticed that I left the `target` directory present, so you may want to delete that after extracting.