{"id":31223388,"url":"https://github.com/chitacan/lyse-5","last_synced_at":"2026-05-16T11:33:23.226Z","repository":{"id":43590034,"uuid":"170091543","full_name":"chitacan/lyse-5","owner":"chitacan","description":"💼  learn you some erlang 5번째 발표","archived":false,"fork":false,"pushed_at":"2022-12-03T12:08:02.000Z","size":714,"stargazers_count":1,"open_issues_count":18,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-21T22:42:39.454Z","etag":null,"topics":["code-surfer","deck","erlang","mdx-deck"],"latest_commit_sha":null,"homepage":"https://lyse-5.chitacan.io","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chitacan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-11T08:14:07.000Z","updated_at":"2020-05-03T08:44:18.000Z","dependencies_parsed_at":"2023-01-23T05:00:34.368Z","dependency_job_id":null,"html_url":"https://github.com/chitacan/lyse-5","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chitacan/lyse-5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chitacan%2Flyse-5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chitacan%2Flyse-5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chitacan%2Flyse-5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chitacan%2Flyse-5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chitacan","download_url":"https://codeload.github.com/chitacan/lyse-5/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chitacan%2Flyse-5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["code-surfer","deck","erlang","mdx-deck"],"created_at":"2025-09-21T22:41:22.516Z","updated_at":"2026-05-16T11:33:23.220Z","avatar_url":"https://github.com/chitacan.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lyse-5\n\n[learn you some erlang](https://learnyousomeerlang.com/) 5번째 발표\n\n## chapters\n\n* [chapter 25. Bears, ETS, Beets](https://learnyousomeerlang.com/ets)\n* [chapter 26. Distribunomicon](https://learnyousomeerlang.com/distribunomicon)\n* [chapter 27. Distributed OTP Applications](https://learnyousomeerlang.com/distributed-otp-applications)\n* [chapter 28. Common Test for Uncommon Tests](https://learnyousomeerlang.com/common-test-for-uncommon-tests)\n\n## development\n\nrequires node.js, [now](https://zeit.co/now)\n\n```\n$ yarn\n$ yarn start\n```\n\n## deploy\n\n```\n$ yarn deploy\n```\n\n## link\n\n* [발표자료](https://lyse-5.chitacan.io)\n* [pdf](https://lyse-5.chitacan.io/presentation.pdf)\n\n## trouble shoot\n\n아래와 같은 오류로 `yarn build` 실패시,\n\n```\n[err] TypeError: Cannot read property 'update' of null\n    at new InnerCodeSurfer (/Users/chitacan/playground/lyse-3/node_modules/mdx-deck-code-surfer/dist/deck-code-surfer.js:93:30)\n    at processChild (/Users/chitacan/playground/lyse-3/node_modules/react-dom/cjs/react-dom-server.node.development.js:2750:14)\n    at resolve (/Users/chitacan/playground/lyse-3/node_modules/react-dom/cjs/react-dom-server.node.development.js:2716:5)\n    at ReactDOMServerRenderer.render (/Users/chitacan/playground/lyse-3/node_modules/react-dom/cjs/react-dom-server.node.development.\njs:3100:22)\n    at ReactDOMServerRenderer.read (/Users/chitacan/playground/lyse-3/node_modules/react-dom/cjs/react-dom-server.node.development.js\n:3059:29)\n    at renderToString (/Users/chitacan/playground/lyse-3/node_modules/react-dom/cjs/react-dom-server.node.development.js:3526:27)\n    at renderHTML (/Users/chitacan/playground/lyse-3/node_modules/mdx-deck/lib/html.js:65:16)\n    at process._tickCallback (internal/process/next_tick.js:68:7)\nerror Command failed with exit code 1.\n```\n\nhttps://github.com/pomber/code-surfer/issues/8#issuecomment-459971226 적용\n\n\u003e edit `node_modules/mdx-deck/lib/html.js`\n\u003e\n\u003e ```diff\n\u003e    config.externals = [\n\u003e     nodeExternals({\n\u003e       whitelist: [\n\u003e         'mdx-deck',\n\u003e         'mdx-deck/themes',\n\u003e-        'mdx-deck/layouts'\n\u003e+        'mdx-deck/layouts',\n\u003e+        'mdx-deck-code-surfer'\n\u003e       ]\n\u003e     })\n\u003e   ]\n\u003e ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchitacan%2Flyse-5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchitacan%2Flyse-5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchitacan%2Flyse-5/lists"}