{"id":40354921,"url":"https://github.com/treeman/hologram-compile-error","last_synced_at":"2026-01-20T10:01:27.822Z","repository":{"id":315830629,"uuid":"1058733353","full_name":"treeman/hologram-compile-error","owner":"treeman","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-17T13:32:01.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"compile_fail","last_synced_at":"2025-12-03T18:24:30.093Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/treeman.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-17T13:31:08.000Z","updated_at":"2025-09-17T13:32:05.000Z","dependencies_parsed_at":"2025-09-24T08:31:19.828Z","dependency_job_id":null,"html_url":"https://github.com/treeman/hologram-compile-error","commit_stats":null,"previous_names":["treeman/hologram-compile-error"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/treeman/hologram-compile-error","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeman%2Fhologram-compile-error","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeman%2Fhologram-compile-error/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeman%2Fhologram-compile-error/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeman%2Fhologram-compile-error/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/treeman","download_url":"https://codeload.github.com/treeman/hologram-compile-error/tar.gz/refs/heads/compile_fail","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeman%2Fhologram-compile-error/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28601284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T09:39:28.479Z","status":"ssl_error","status_checked_at":"2026-01-20T09:38:10.511Z","response_time":117,"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":[],"created_at":"2026-01-20T10:01:12.697Z","updated_at":"2026-01-20T10:01:27.817Z","avatar_url":"https://github.com/treeman.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Hologram Skeleton\n\nThis repository contains a bare-bones skeleton application for the Hologram web framework, built on top of Phoenix. It provides a minimal starting point for:\n\n- Experimenting with Hologram\n- Reproducing issues for bug reports\n- Learning the basics of Hologram development\n- Creating new Hologram applications\n\n## Getting Started\n\nTo start your Hologram application:\n\n1. Clone this repository\n   ```bash\n   git clone https://github.com/bartblast/hologram_skeleton.git\n   cd hologram_skeleton\n   ```\n\n2. Install dependencies\n   ```bash\n   mix setup\n   ```\n\n3. Start the Phoenix server\n   ```bash\n   mix phx.server\n   ```\n\nNow you can visit [`localhost:4000`](http://localhost:4000) from your browser to see the Hologram application running.\n\n## File Organization\n\nHologram follows a convention of placing page and component files in the `app` directory. However, you can place your files in any directory that is compiled by the Elixir compiler, such as the `lib` directory.\n\n## Database Configuration\n\nTo enable database functionality, uncomment the `HologramSkeleton.Repo` line in `lib/hologram_skeleton/application.ex`:\n\n```elixir\nchildren = [\n  HologramSkeletonWeb.Telemetry,\n  HologramSkeleton.Repo,  # Uncomment this line\n  # ...\n]\n```\n\n## Learn More\n\nVisit the official Hologram website at [https://hologram.page](https://hologram.page) for comprehensive documentation and guides.\n\n## License\n\nThis project is licensed under the same license as Hologram itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreeman%2Fhologram-compile-error","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftreeman%2Fhologram-compile-error","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreeman%2Fhologram-compile-error/lists"}