Melvin Gundlach
Melvin Gundlach
This shouldn't happen. It doesn't matter if `isAnimationEnabled` is set to `true` or `false`. Example: ```swift URLImageSourceView( imageUrl, isAnimationEnabled: false, label: Text("title") ) .animation(Animation.linear(duration: 1).repeatForever(autoreverses: false)) ```
Full error: `Thread 1: EXC_BAD_ACCESS (code=1, address=0x9)` The error appears on the marked line: ``` private struct Observer: View { @ObservedObject fileprivate var derived: Lazy fileprivate var content: (Derived) ->...
The `sudo /usr/libexec/xpccachectl` command returns `command not found`.
**Description of the bug** FaceTime crashes on launch, when BackgroundMusic (Pre-Release) is installed. It also instantly aborts any incoming calls (due to it crashing). **Steps to reproduce** Open FaceTime. **Version**...
I installed the app via Homebrew and removed the Gatekeeper quarantine. ```bash brew install fawkes xattr -d com.apple.quarantine /Applications/Fawkes.app ``` When I now try to start the app, it instantly...
**Describe the bug** There is noticeable stuttering in the OS when doing anything (like moving a window). There's a short stutter whenever the lights gets updated. Meaning: refresh rate of...
Homebridge crashes on startup if the respective accessory is inside the config. ``` Error: The requested accessory 'DenonMarantzAVR' was not registered by any plugin. ``` Homebridge works without it. I...
The app tells me to press the button on the Hue, which I did (repeatedly after nothing happens) and ends up with the following Discovery log. (Using the latest software...
I know, Vision OS is only in Beta, but I wanted to ask, if you could add the appropriate `#if os` statements inside PulseUI so projects using Pulse at least...
**Is your feature request related to a problem? Please describe.** Currently, there is basically no inline documentation. This means, instead of just alt-clicking the function in question, I have to...