Michael Huang
Michael Huang
Addresses https://github.com/nadbm/react-datasheet/pull/156/files#r307206217 Changes DataSheet onMouseDown while shift is held to account for when selection is controlled. Add tests for shift-clicking for both controlled and uncontrolled selection.
I kept having crashes which were resolved after explicitly setting googlePlayServicesVersion.
In the tests for my application it seems that NotificationType is cleared after running each TestCase. This leads _notification_type_cache to no longer be valid. My current workaround is to manually...
Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...
https://github.com/postmanlabs/postman-app-support/issues/11625 details how more complicated proto file setups result in "no such Type or Enum" errors. https://github.com/postmanlabs/grpc-reflection-js/commit/077396c802c388d0a20ab5f019adac356856898f moves `new ServerReflectionRequest()` per symbol. This seems to be what resolved the issue.
`PreparedStatement.execute`'s implementation returns whether result is a ResultSet ([this seems unintentional](https://github.com/CraZySacX/node-jdbc/commit/0956907cbba01d2c3b56f831fe1e13cc01c9d196#diff-0aa211643b5e4c249f7776c7afada05b86b2d00cf52d9f01f658b0c632811784)) `Statement.execute`'s implementation, [made a few days later](https://github.com/CraZySacX/node-jdbc/commit/05c290df685e56aa086f241587e67cc60c561b68#diff-7fa7462132069ffd15fc6aae443bc239e0cb86ef4c28339ad075245e44ee6e94R34), returns ResultSet or update count. This change matches behavior between Statement and...