Nicolas Mercier
Nicolas Mercier
Do you mind submitting this diff as a PR?
I doubt it would be token expiration, as the default and maximum expiration duration is 1 hour (though the documentation confirming this has disappeared). You should experience multiple refresh cycles...
Token is refreshed automatically when you use the `request` helper or the TokenCache. Also, this module is being used in production by some of my projects of a couple of...
How about `te` for `throw Error(...)` and `tne` for `throw new ErrorType(...)`? The `new` is necessary only for subclassed errors.
Yes, we _should_ use `new` for `Error`, but I'm lazy and turbo javascript is all about speed. Also, it's definitely safe. All built-in error constructors can be used as functions....
Using linting is definitely a must if you wish to catch such issues. I will go forward with adding the snippets.
Have your code been running successfully before? If so, for how long? I don't see anything wrong with your code sample, except that you close the response twice (`delayed.end` will...
This module is purely experimental and I haven't used it personally in a long time. However, I see that the response has been forcefully terminated after 30 sec, but your...
In which context are you trying to use this module? Is it possible that you are attempting to use it with webpack? Unfortunately, that would not work.
Unfortunately, it is not supported at the moment. However, XlsxWriter (the underlying Python library) does support it. https://xlsxwriter.readthedocs.org/worksheet.html I will look into adding support in a future release.