Steve Berdy

Results 6 issues of Steve Berdy

Added type hints. See #1991

type-hints

Added type hints. See #1991

type-hints

## 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...

Added type hints. See #1991

type hints

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...

Area-Compilers
Community
untriaged

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