Steve Berdy
Steve Berdy
## Summary Adds support for any path-like object, including `pathlib.Path`. See https://github.com/psf/requests/issues/5936#issuecomment-931758148 for more details. Some things have changed since the linked issue was created, so it may be a...
I was looking through the control flow of some methods in SyntaxNavigator and I came across some inefficient pops and pushes on the allocated stacks. This PR fixes a couple...
This is intended to fix errors thrown in React 18.3 due to `defaultProps` being deprecated in that version. All instances of `defaultProps` are replaced with default parameters. Fixes #4836