-
```
@LoremSwiftify
public struct Job: Codable {
@Lorem(.url(.website))
public let url: String?
public let company: String?
public let job: String
}
```
in this case there will…
-
I would like to have a property wrapper that made it possible to change name of the key used when encoding and decoding. The result could look like this:
```
struct MyStruct: Codable {
@CustomKe…
-
I've tried to compile a minimal example project using the Swift-WinUI package:
```swift
import WinUI
print("Hello, world")
```
However, I keep receiving build errors about an unknown `@retr…
-
The type is better than CGColor in every way. It's a simple struct, fixed color space, Codable, etc. The only problem is that it requires macOS 14.
https://developer.apple.com/documentation/swiftui…
-
I was trying to encode struct like that:
```swift
struct MyStruct {
let imageFile: Data
}
let encoder = FormDataEncoder()
let body = try encoder.encode(options, boundary: boundary)
```
But…
-
### 목적
- 스크럼을 파일 시스템에 저장하여 앱이 종료될 때 데이터를 안전하게 유지하세요.
- 비동기 코드를 정의하고 호출하는 방법을 알아보세요.
- 그리고 비동기 호출에서 발생하는 오류를 처리하세요.
### Adopting Swift concurrency
- https://developer.apple.com/tutorials/app-d…
-
I used the sample application (SPM) to scan an Australian ePassport Issued 2023 and found Passive Authentication succeeds while Active Authentication fails with the following error printed in the sess…
-
### Question
I'm no expert in Swift nor OpenAPI, so forgive any sizeable gaps in my understanding.
I'm working with a schema that has a group of `oneOf` enums. It's structured like that to allow…
-
so that unreferenced maps can be dropped by linker
-
**Priority:** High
### **_What are the user's needs ?_**
**As** a user,
**I want to** be able to log into my company's daily management application via a secure login page
**In order to** access my …