-
https://github.com/aheze/Popovers/blob/47b82f57f7b1e56e962cf9047e9b6ceddf52d294/Sources/Templates/Shadow.swift#L26-L31
Hello. I'm try to intergrade a popover for custom SwiftUI control. I notice th…
-
**Details**
- iOS Version 16.0 beta 3
- Framework Version 1.6.4
- Installed via Manually
**Describe the Bug**
As soon as the Indicator got fired one time, anything you do on the UI triggers…
-
Hello, I found an interesting behavior in my project, I've spending a lot of time figuring out the root cause but I'm still unable to, posting here to determine if this is a bug or not.
- I have a …
-
Deallocating WhisperContext (from swift) will leave memory allocated (1-10mb)
To replicate:
Call WhisperContext() and then set it to nil in the demo whisper swiftui app repeatedly. Memory will con…
-
When following the [SwiftUI example](https://github.com/marcoarment/Blackbird#swiftui) from the README and initializing the database via `@StateObject var database = try! Blackbird.Database.inMemoryDa…
-
A mini reproductive demo.
```swift
import SwiftUI
import Pow
@main
struct DemoApp: App {
@State private var sheet = false
var body: some Scene {
WindowGroup {
…
-
### Description
When using a SwiftUI UIHostingController as the content view controller, the .static content is displayed under the handle and then shifts when swiping up to the max position
When …
-
**Tokamak based Path layout differs from SwiftUI**
I am trying to create a simple graph plotter with Tokamak, but cannot solve significant layout problems using a Path inside a LazyHGrid scrollview.
…
-
I'm evaluating whether I can use `libgodot` as a canvas for mini-games inside a SwiftUI app on iOS/iPadOS.
The .pck files are loading fine and showing, but no touch input is being processed. Godot-…
-
Hello,
I am getting error while try loadModel()
ld: Undefined symbols:
_ggml_metal_log_set_callback, referenced from:
whisper_backend_init(whisper_context_params const&) in whisper.o…