You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: report.json
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9861,7 +9861,7 @@
9861
9861
}
9862
9862
]
9863
9863
},
9864
-
"timestamp": "2025-10-20T00:30:04.947Z",
9864
+
"timestamp": "2025-10-21T00:29:30.264Z",
9865
9865
"repos": [
9866
9866
{
9867
9867
"id": "MDEwOlJlcG9zaXRvcnk4MTAyMTg2MA==",
@@ -40639,6 +40639,10 @@
40639
40639
"name": "bug",
40640
40640
"color": "d73a4a"
40641
40641
},
40642
+
{
40643
+
"name": "class 3",
40644
+
"color": "aaaaaa"
40645
+
},
40642
40646
{
40643
40647
"name": "discuss",
40644
40648
"color": "17AEF3"
@@ -182277,7 +182281,7 @@
182277
182281
"license": null,
182278
182282
"codeOfConduct": null,
182279
182283
"readme": {
182280
-
"text": "<p align=\"center\"><img width=\"30%\" src=\"./logos/webml/logo-webml-white.png\" /></p>\n\nW3C Web Machine Learning Working Group and Community Group website.\n\n## Environment Setup\n\n```\ngem install bundler jekyll\n```\n\n## Run\n\n```\nbundle install\nbundle exec jekyll serve\nServer address: http://127.0.0.1:4000/\n```\n\n## Contributing\n\nWe welcome contributions! Please see the [contributing guidelines](CONTRIBUTING.md).\n\n## License\n\nAll documents in this repository are licensed by contributors under the [W3C Software and Document license](https://www.w3.org/Consortium/Legal/copyright-software).\n"
182284
+
"text": "<p align=\"center\"><img width=\"30%\" src=\"./logos/webml/logo-webml-white.png\" /></p>\n\nW3C Web Machine Learning Working Group and Community Group website.\n\n## Environment Setup\n\n```\ngem install bundler jekyll github-pages\n```\n\n## Run\n\n```\nbundle install\nbundle exec jekyll serve\nServer address: http://127.0.0.1:4000/\n```\n\n## Update Jekyll and Dependencies\n\nThe [GitHub Pages gem](https://github.com/github/pages-gem) (`github-pages`) helps maintain a Jekyll build environment that most closely matches the GitHub Pages build environment. To update Jekyll and its dependencies:\n\n```\nbundle update github-pages\n```\n\n## Contributing\n\nWe welcome contributions! Please see the [contributing guidelines](CONTRIBUTING.md).\n\n## License\n\nAll documents in this repository are licensed by contributors under the [W3C Software and Document license](https://www.w3.org/Consortium/Legal/copyright-software).\n"
0 commit comments