Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
A tool for finding out what contributes to the size of Webpack bundles
-
Utility to browse the Qt object tree of a running Qt application and edit object properties on the fly.
-
Slides, notes and sample project from a talk on testing React applications given at the London React meetup group
-
2,831 contributions in the last year
Activity overview
Contribution activity
August 2020
Created a pull request in hypothesis/client that received 2 comments
Fail test suite on uncaught exception
This PR implements a workaround for an issue in the interaction between karma-mocha and mocha which causes uncaught exceptions in between tests to …
- Flush timers after each test
- Change Flipgrid embed aspect ratio from 4:3 to 16:9
- Typecheck annotator/{index, pdf-sidebar} and simplify tsconfig.json
- Typecheck `DocumentMetadata` class
- Typecheck PDF anchoring code
- Remove unused `children` prop from `MenuItem`
- Typecheck most remaining JS files in src/annotator
- Improve typechecking for components
- improve typechecking (thread-list, thread-card, thread, timestamp)
- improve typechecking (help-panel, - stream-search-input, toast-messages, version-info)
- POC for adding more test HTML documents to local devserver
- Carry out some post-filter-UX cleanup in `selection` store module
- Improve typechecking (group-list-item.js group-list-section.js group-list.js)
- Typecheck `DocumentMetadata` class
- Improve typechecking
- Typecheck most remaining JS files in src/annotator
- Various fixes for store modules
- Improve typecheck (annotation-publish-control, annotation-share-control)
Created an issue in karma-runner/karma-mocha that received 1 comment
Uncaught exceptions in between Mocha tests are not reported
We encountered an issue in our application where Karma would sometimes start running tests and then exit part-way through but still report that all…