Guillaume Masclet
Guillaume Masclet
## Pull Request Checklist - [x] Have you added new tests to prevent regressions? - [ ] ~If a documentation update is necessary, have you opened a PR to [the...
### Describe the bug A performance issue has been introduced in Axios 0.28.0 by https://github.com/axios/axios/pull/4871. This pull request has added the following utility function: ```javascript function isEmptyObject(val) { return val...
Resolves issue https://github.com/axios/axios/issues/6483. This ensures `isEmptyObject()` is not computationally too taxing, in particular when `val` is a large string.
We're using `rotating-file-stream` to handle the rotation of our log files. We've recently noticed that the filenames are sometimes out of order in the history file, meaning that the rotation...