{"id":25457915,"url":"https://github.com/cuadros-code/project-10-swiftui-order-cupcake","last_synced_at":"2025-11-02T13:30:26.604Z","repository":{"id":269458630,"uuid":"907474338","full_name":"cuadros-code/Project-10-SwiftUI-order-cupcake","owner":"cuadros-code","description":"Project 10 internet data","archived":false,"fork":false,"pushed_at":"2025-01-02T23:58:18.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T00:26:43.265Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/cuadros-code.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}},"created_at":"2024-12-23T16:58:51.000Z","updated_at":"2025-01-02T23:58:21.000Z","dependencies_parsed_at":"2024-12-23T18:37:53.408Z","dependency_job_id":null,"html_url":"https://github.com/cuadros-code/Project-10-SwiftUI-order-cupcake","commit_stats":null,"previous_names":["cuadros-code/project-10-swiftui-order-cupcake"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuadros-code%2FProject-10-SwiftUI-order-cupcake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuadros-code%2FProject-10-SwiftUI-order-cupcake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuadros-code%2FProject-10-SwiftUI-order-cupcake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuadros-code%2FProject-10-SwiftUI-order-cupcake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cuadros-code","download_url":"https://codeload.github.com/cuadros-code/Project-10-SwiftUI-order-cupcake/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239394662,"owners_count":19631122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-02-18T02:19:30.599Z","updated_at":"2025-11-02T13:30:26.395Z","avatar_url":"https://github.com/cuadros-code.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  Project 10\n\n- async / await\n- .task\n- AsyncImage\n- .sensoryFeedback\n- CHHapticEngine\n- import CoreHaptics\n- Task\n\n### Load Image \n```swift\nAsyncImage(url: URL(string: \"https://hws.dev/img/logo.png\"), scale: 3)\n\n\nAsyncImage(url: URL(string: \"https://hws.dev/img/logo.png\"), scale: 3) { image in\n    image\n        .resizable()\n        .scaledToFit()\n} placeholder: {\n    Text(\"Loading...\")\n}\n\nAsyncImage(url: URL(string: \"https://hws.dev/img/logo.png\")) { phase in\n    if let image = phase.image {\n        image\n            .resizable()\n            .scaledToFit()\n    } else if phase.error != nil {\n        Text(\"There was an error loading the image.\")\n    } else {\n        ProgressView()\n    }\n}\n.frame(width: 200, height: 200)\n```\n\n---\n## Force Encode properties\n```swift \n@Observable\nclass User: Codable {\n    enum CodingKeys: String, CodingKey {\n        case _name = \"name\"\n    }\n    var name = \"Taylor\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuadros-code%2Fproject-10-swiftui-order-cupcake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuadros-code%2Fproject-10-swiftui-order-cupcake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuadros-code%2Fproject-10-swiftui-order-cupcake/lists"}