{"id":18598798,"url":"https://github.com/crazypython/proposal-gc-pause-hints","last_synced_at":"2026-02-06T15:35:29.121Z","repository":{"id":148713325,"uuid":"355342557","full_name":"CrazyPython/proposal-gc-pause-hints","owner":"CrazyPython","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-06T22:17:36.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-09T23:36:05.693Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CrazyPython.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-06T22:11:25.000Z","updated_at":"2021-04-06T22:17:38.000Z","dependencies_parsed_at":"2023-07-25T00:30:36.536Z","dependency_job_id":null,"html_url":"https://github.com/CrazyPython/proposal-gc-pause-hints","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"tc39/template-for-proposals","purl":"pkg:github/CrazyPython/proposal-gc-pause-hints","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrazyPython%2Fproposal-gc-pause-hints","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrazyPython%2Fproposal-gc-pause-hints/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrazyPython%2Fproposal-gc-pause-hints/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrazyPython%2Fproposal-gc-pause-hints/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CrazyPython","download_url":"https://codeload.github.com/CrazyPython/proposal-gc-pause-hints/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrazyPython%2Fproposal-gc-pause-hints/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29166991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T14:37:12.680Z","status":"ssl_error","status_checked_at":"2026-02-06T14:36:22.973Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T01:34:28.986Z","updated_at":"2026-02-06T15:35:29.088Z","avatar_url":"https://github.com/CrazyPython.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# template-for-proposals\n\nA repository template for ECMAScript proposals.\n\n## Before creating a proposal\n\nPlease ensure the following:\n  1. You have read the [process document](https://tc39.github.io/process-document/)\n  1. You have reviewed the [existing proposals](https://github.com/tc39/proposals/)\n  1. You are aware that your proposal requires being a member of TC39, or locating a TC39 delegate to \"champion\" your proposal\n\n## Create your proposal repo\n\nFollow these steps:\n  1.  Click the green [\"use this template\"](https://github.com/tc39/template-for-proposals/generate) button in the repo header. (Note: Do not fork this repo in GitHub's web interface, as that will later prevent transfer into the TC39 organization)\n  1.  Go to your repo settings “Options” page, under “GitHub Pages”, and set the source to the **main branch** under the root (and click Save, if it does not autosave this setting)\n      1. check \"Enforce HTTPS\"\n      1. On \"Options\", under \"Features\", Ensure \"Issues\" is checked, and disable \"Wiki\", and \"Projects\" (unless you intend to use Projects)\n      1. Under \"Merge button\", check \"automatically delete head branches\"\n\u003c!--\n  1.  Avoid merge conflicts with build process output files by running:\n      ```sh\n      git config --local --add merge.output.driver true\n      git config --local --add merge.output.driver true\n      ```\n  1.  Add a post-rewrite git hook to auto-rebuild the output on every commit:\n      ```sh\n      cp hooks/post-rewrite .git/hooks/post-rewrite\n      chmod +x .git/hooks/post-rewrite\n      ```\n--\u003e\n  3.  [\"How to write a good explainer\"][explainer] explains how to make a good first impression.\n\n      \u003e Each TC39 proposal should have a `README.md` file which explains the purpose\n      \u003e of the proposal and its shape at a high level.\n      \u003e\n      \u003e ...\n      \u003e\n      \u003e The rest of this page can be used as a template ...\n\n      Your explainer can point readers to the `index.html` generated from `spec.emu`\n      via markdown like\n\n      ```markdown\n      You can browse the [ecmarkup output](https://ACCOUNT.github.io/PROJECT/)\n      or browse the [source](https://github.com/ACCOUNT/PROJECT/blob/HEAD/spec.emu).\n      ```\n\n      where *ACCOUNT* and *PROJECT* are the first two path elements in your project's Github URL.\n      For example, for github.com/**tc39**/**template-for-proposals**, *ACCOUNT* is \"tc39\"\n      and *PROJECT* is \"template-for-proposals\".\n\n\n## Maintain your proposal repo\n\n  1. Make your changes to `spec.emu` (ecmarkup uses HTML syntax, but is not HTML, so I strongly suggest not naming it \".html\")\n  1. Any commit that makes meaningful changes to the spec, should run `npm run build` and commit the resulting output.\n  1. Whenever you update `ecmarkup`, run `npm run build` and commit any changes that come from that dependency.\n\n  [explainer]: https://github.com/tc39/how-we-work/blob/HEAD/explainer.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazypython%2Fproposal-gc-pause-hints","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrazypython%2Fproposal-gc-pause-hints","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazypython%2Fproposal-gc-pause-hints/lists"}