Danilo Souza Morães

Results 6 issues of Danilo Souza Morães

I need to test a promise that should be in a pending state at the moment of the test. I was able to test it doing: `expect(promise).to.eventually.not.be.fulfilled` this expect throws...

I have a web crawling app that creates a buffer of about 500 documents and bulk saves them to couch. Whenever I'm getting too many page errors, all of a...

Recently I tried converting a 1GB json file to csv so I would be able to import this file into Sqlite and run a few queries for data analysis. It...

feature
Low Priority

defaultCountry was apparently removed from the original library but the example on npm and on the README still use it, causing confusion.

The first set of `next()` calls are working as expected, but when I change the cron expression to filter by day of week, the results become unpredictable. Could this be...

The Faye package, which the JSForce streaming library uses, will send a /meta/connect message to the server right after receiving the previous message from the server, without waiting for any...

area:streaming