Peter Xu
Peter Xu
Follow-up to https://github.com/ascoders/react-native-image-zoom/pull/128 and https://github.com/ascoders/react-native-image-viewer/pull/394 **Important**: This PR assumes that `react-native-image-pan-zoom` will be released with version 3.0.0 (a major version bump), but please edit it to whatever it ends up...
### Motivation @ArtemKolichenkov mentioned in https://github.com/ascoders/react-native-image-viewer/issues/396 that the first step to getting this package in order is updating tooling. This merge requests does it! ### Changes This is almost a...
## Summary On our team, we had a certain category of failing tests that tended to be flaky due to external dependencies. These tests e.g., would fail with network errors...
### Motivation Related to https://github.com/DMOJ/judge-server/pull/1143: After enabling support in judge-server for a Node.js-based executor, we need add the language to the demo instance and the documentation ### Changes - Add...
In GitLab by @hsheth2 on Sep 6, 2019, 22:48 It would probably be fairly easy to build a rudimentary recommender system to suggest classes that people with similar interests have...
### Motivation When using `eslint-plugin-react` (7.35.0; latest) in a Typescript project with `@typescript-eslint/parser": "^7.0.0"`, I got the following warnings when running ESLint: ``` # NODE_OPTIONS=--trace-deprecation yarn lint (node:236) DeprecationWarning: The...