Nuño Sempere

Results 2 comments of Nuño Sempere

2. No, I'm just giving you a heads-up as a passerby 3. On the README.md file, maybe in the `Using posteriordb` section.

Here is some wrapper code with try/catch+a recursive function which I think solves this problem. ``` const sleep = (ms) => { return new Promise((resolve) => setTimeout(resolve, ms)); }; async...