Charles Fonseca

Results 4 comments of Charles Fonseca

While this is not merged, you can use `axios-retry`: ```ts import { AxiosInstance } from 'axios' import axiosRetry from 'axios-retry' import { JWT } from 'google-auth-library' import { GoogleSpreadsheet }...

I'm using this https://github.com/theoephraim/node-google-spreadsheet/pull/525#issuecomment-1861766946 as a workaround while the PR is not merged

The chapter 5 of [Designing Data-Intensive Applications](https://www.oreilly.com/library/view/designing-data-intensive-applications/9781491903063/) discuss a little about it. For that you need a couple of things: 1. Authentication for obvious security reasons. 2. Is there going...

There's a [branch](https://github.com/node-cache/node-cache/tree/typescript-rewrite) for this already, what is holding it back? @erdii