iQQator

Results 22 issues of iQQator

Hello, i have a trouble with compile project which use ffmpeg-next 7.0.1 dependency (fotema) The build failed when build **ffmpeg-next/src/util/format/pixel.rs** with next error: ``` not covered = note: the matched...

Hello @KaneCheshire, Try to find some system which provide redirection answer from server, because can't reproduce it locally with `wasRediretedTo` in URLProtocol, this not called `willPerformHTTPRedirection` from URLSessionDelegate :( I...

### Describe the bug ```swift .frame(maxWidth: .max) ``` cause crash because .max became from Int which Int64 on aarch64 and x86_64 arches :) but we try to convert it to...

bug

### Describe the bug ``` Main Thread Checker: UI API called on a background thread: -[NSWindow isMiniaturized] PID: 29621, TID: 8817659, Thread name: (none), Queue name: com.apple.root.user-initiated-qos.cooperative, QoS: 25 Backtrace:...

bug

### Is your feature request related to a problem? Please describe. Picture resize ### Describe the solution you'd like Sometimes, to display images, it is necessary to redraw the image...

enhancement

### Platform iOS ### Environment Other ### Installed Swift Package Manager ### Version 8.15.1 ### Xcode Version 15.4 ### Did it work on previous versions? Yes ### Steps to Reproduce...

Improvement
Cocoa

### Describe the bug Hello @david-swift I found strange issue with List, the Item is duplicated ### To Reproduce I want get "load more" functionality, after load next portion of...

bug

### 📚 AppMetrica SDK Version 5.9.0 ### 🛠️ Xcode Version Version 15.4 (15F31d) ### 📱 Device Information iPhone15ProMax, iOS 18+ ### ⚙️ Installation Method CocoaPods ### 📝 Description I have...

### Question Hello, how to build enum Int raw value but named cases like: ```swift enum SizeValue: Int { case mini = 10 case mid = 30 case max =...

status/triage
kind/support

### Is your feature request related to a problem? Please describe. According to the OpenAPI documentation, it's possible to create a "path" with security options: without authorization + with authorization...

Enhancement: Feature