Skip to content

Instantly share code, notes, and snippets.

View Fiser12's full-sized avatar
🎯
Focusing

Rubén García Fiser12

🎯
Focusing
View GitHub Profile
@Fiser12
Fiser12 / semantic-commit-messages.md
Last active January 24, 2024 10:20 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@Fiser12
Fiser12 / README.md
Created March 10, 2023 21:59 — forked from IsaacXen/README.md
(Almost) Every WWDC videos download links for aria2c.
@propertyWrapper
public struct AnyProxy<EnclosingSelf, Value> {
private let keyPath: ReferenceWritableKeyPath<EnclosingSelf, Value>
public init(_ keyPath: ReferenceWritableKeyPath<EnclosingSelf, Value>) {
self.keyPath = keyPath
}
@available(*, unavailable, message: "The wrapped value must be accessed from the enclosing instance property.")
public var wrappedValue: Value {