Closed MongoCaleb closed 3 months ago
Name | Link |
---|---|
Latest commit | a2936a06b4f6fafcb1babfc3c02a90d4452309b6 |
Latest deploy log | https://app.netlify.com/sites/device-sdk/deploys/66b656ee350ef700082ef04c |
Deploy Preview | https://deploy-preview-3354--device-sdk.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Note: we are keeping information about both getProgressStream
and onProgressCallback
because the latter is really a fix to make things simplier for the user, but is, behind the scenes, just a wrapper over the former. As per Kasper Nielsen:
getProgressStream is the most important I think. It can be used throughout the apps lifetime, and can be customized with both direction and mode. In a sense onProgressCallback exists due to arguably bad design choice of combining setup and open of a realm file in one operation, preventing the user from calling getProgressStream before the realm is opened. But, alas history is history.. and as such it is also important.
Readability for Commit Hash: a2936a06b4f6fafcb1babfc3c02a90d4452309b6
You can see any previous Readability scores (if they exist) by looking at the comment's history.
Readability scores for changed documents:
For Grade Level, aim for 8 or below.
For Reading Ease scores, aim for 60 or above:
Score | Difficulty |
---|---|
90-100 | Very Easy |
80-89 | Easy |
70-79 | Fairly Easy |
60-69 | Medium |
50-59 | Fairly Hard |
30-49 | Hard |
0-29 | Very Hard |
For help improving readability, try Hemingway App.
@krollins-mdb added notes.
✨ Staging URL: https://preview-mongodbmongodb.gatsbyjs.io/realm/master/
Pull Request Info - SDK Docs Consolidation
Jira ticket: hhttps://jira.mongodb.org/browse/DOCSP-40843
Staging Links
Release Notes
dart fix
to clean up all code examples and then re-bluehawk them all.