-
### Capacitor Version
Latest Dependencies:
@capacitor/cli: 6.0.0
@capacitor/core: 6.0.0
@capacitor/android: 6.0.0
@capacitor/ios: 6.0.0
Installed Dependencies:
@capacitor/cli:…
-
| | |
|------------------|-----------------|
|Previous ID | SR-5501 |
|Radar | rdar://33399116 |
|Original Reporter | pa…
-
### Description
While writing a SwiftUI view, I got the following compiler error:
```
Failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#re…
-
First: Thank you for this library.
However, is it possible to decode a NSNumber that is internally stored as float into an Int64? NSNumber.int64Value works fine, but your library explicitly checks …
-
I managed to get an updated language list by running the code below. It's without the country name for now.
I thought it might be a bit easier than going through the list in Xcode.
```swift
let…
-
Hi @groue ,
This is a continuation of our short discussion [here](https://forums.swift.org/t/performance-issues/45055).
I perform all inserts in a single transaction and my profile builds are in R…
-
• Integrate the icon functionality
• Manage the activate/disable functionality
-
I have the following Swift code:
```
public protocol Destination: Codable, Hashable { }
public enum HomeDestination: Destination {
case scanBook
case batchScanBook
case addBookMa…
-
I have one blocker that might be a limitation of my implementation, so I'd like to sanity check it here. In our project, we have the following BaseAPIClient protocol.
```
@Mockable
public protoco…
-
### Description
OpenAPI allows using the following construct to represent a `[String: String]` dictionary:
```
type: object
additionalProperties:
type: string
```
However, this doesn't wo…