Miniscript DSL implementation (how to simplify complex solution)
|
|
1
|
104
|
March 21, 2025
|
Making a raylib binding with Swift for a game engine; does SwiftPM support C linking?
|
|
3
|
521
|
March 16, 2025
|
Where is the line between using an existential vs generic?
|
|
12
|
601
|
March 13, 2025
|
Why enum AVAudioApplication.recordPermission first letter is not big?
|
|
8
|
292
|
March 6, 2025
|
Different returned type when using some vs any in function signature on a view
|
|
1
|
100
|
February 7, 2025
|
Why can you access an associated type but not a generic placeholder from a metatype instance?
|
|
5
|
102
|
February 3, 2025
|
Compiler can't infer types with Parameter Packs containing more than three elements
|
|
10
|
253
|
January 31, 2025
|
Instantiate a parameter pack from an array
|
|
6
|
164
|
January 30, 2025
|
Passing a parameter pack to a function call fails to compile
|
|
14
|
706
|
January 18, 2025
|
Typealias conformance to protocols, why can't this simple thing be implemented?
|
|
56
|
6014
|
January 16, 2025
|
DateFormatter rounds a time to milliseconds
|
|
6
|
6935
|
January 14, 2025
|
Parameterized Extensions
|
|
69
|
14309
|
January 11, 2025
|
Typed throw in a generic function inside a protocol can't find error type in scope
|
|
4
|
103
|
January 9, 2025
|
Higher order function using variadic parameters
|
|
7
|
175
|
January 6, 2025
|
Request to guidance for contributing to the Organization
|
|
0
|
104
|
December 26, 2024
|
Why isn't the TypeSolver able to resolve this without the implicit assignment first?
|
|
2
|
118
|
December 26, 2024
|
Extension methods for non-nominal types
|
|
38
|
8267
|
December 22, 2024
|
SwiftData Predicate does not handle protocol witness?
|
|
3
|
1152
|
December 19, 2024
|
How to define a pointer to a class instantiation in a common block
|
|
0
|
50
|
December 18, 2024
|
Conforming to public protocol using shared internal implementation
|
|
0
|
54
|
December 18, 2024
|
How to define generic methods in swift with type Constraints
|
|
0
|
45
|
December 8, 2024
|
Why can `any Shape` not conform to `Shape`
|
|
6
|
212
|
December 5, 2024
|
How to access a protocol property from another protocol without exposing the other protocol in the API?
|
|
7
|
123
|
December 4, 2024
|
Opaque type as generic type constraint of another opaque type
|
|
1
|
81
|
December 4, 2024
|
Compiler bug w.r.t. protocol inheritance and generics?
|
|
10
|
274
|
December 2, 2024
|
Constraining types to protocols
|
|
6
|
133
|
December 2, 2024
|
How do I extend ButtonStyle with my generic struct conforming to ButtonStyle?
|
|
2
|
71
|
November 16, 2024
|
Language limitation, or am I not doing this right? `Error: Pack expansion requires that 'each Element' and 'repeat each Element' have the same shape`
|
|
3
|
183
|
November 11, 2024
|
Generic functions overload in Protocols
|
|
2
|
154
|
November 7, 2024
|
AnyView returned in functions with generic Views (SwiftUI)
|
|
4
|
254
|
November 4, 2024
|