"Allow moving a model between apps" proposal for Google Summer of Code 2023.
- Abstract
- 1.1 Overview
- 1.2 Goals
- 1.3 Benefits
- The solution
- 2.1 Modified
CreateModeloperation .
| /* | |
| * I add this to html files generated with pandoc. | |
| */ | |
| html { | |
| font-size: 100%; | |
| overflow-y: scroll; | |
| -webkit-text-size-adjust: 100%; | |
| -ms-text-size-adjust: 100%; | |
| } |
npm uses Semantic Versioning. Given a version number MAJOR.MINOR.PATCH, increment the:
| /* | |
| * This script will download a package (and all of its dependencies) from the | |
| * online NPM registry, then create a gzip'd tarball containing that package | |
| * and all of its dependencies. This archive can then be copied to a machine | |
| * without internet access and installed using npm. | |
| * | |
| * The idea is pretty simple: | |
| * - npm install [package] | |
| * - rewrite [package]/package.json to copy dependencies to bundleDependencies | |
| * - npm pack [package] |
| (function(videojs) { | |
| const defaults = { | |
| bookmarks: [] | |
| }; | |
| const BookmarkPlugin = function(options) { | |
| const player = this; | |
| const settings = videojs.mergeOptions(defaults, options); | |
| player.bookmarks = settings.bookmarks; |
| https://github.com/naptha/tesseract.js/discussions/919#discussioncomment-12749492 |
| rollup v2.79.2 | |
| bundles src/plugin.js → dist/videojs-bookmarks.js... | |
| [!] (plugin babel) BrowserslistError: [BABEL] E:\AI-genearated\Completed\bookmark-publish\v2\src\plugin.js: Unknown version 64 of op_mob (While processing: "E:\\AI-genearated\\Completed\\bookmark-publish\\v2\\node_modules\\@babel\\preset-env\\lib\\index.js") | |
| src/plugin.js | |
| BrowserslistError: [BABEL] E:\AI-genearated\Completed\bookmark-publish\v2\src\plugin.js: Unknown version 64 of op_mob (While processing: "E:\\AI-genearated\\Completed\\bookmark-publish\\v2\\node_modules\\@babel\\preset-env\\lib\\index.js") | |
| at Function.select (E:\AI-genearated\Completed\bookmark-publish\v2\node_modules\browserslist\index.js:1153:17) | |