All Questions
118,614 questions
1
vote
0
answers
32
views
How to smoothly rebuilds the AVComposition
I am working on a video editing software in Swift and I am using AVComposition for video processing and editing them frame by frame.
Initially, I build the composition with one single track ( full ) ...
0
votes
0
answers
33
views
Avrdude flash fails on MacOS Monterey
I'm stuck. I purchased an old refurbished MacOS laptop and cannot get avrdude to flash my development firmware. I'd appreciate some help getting avrdude to work on this machine.
I installed the FTDI ...
-3
votes
0
answers
209
views
Docker Colima SSL Errors on Amazon/Maven [closed]
I am running docker on Colima (macOS Apple Silicon) and am on a corporate network behind a VPN. I have been able to get docker to download images from remote repositories by adding a corporate ...
Tooling
1
vote
0
replies
33
views
Dynamic screensaver on macOS
Some native macOS screensaver are dynamic, meaning that they have different color schemes during the day.[1]
I understand that dynamic wallpapers work with metadata and the different photos saved ...
1
vote
0
answers
48
views
How to set icon as vector template to action extension?
I have a Swift app for macOS, with an action extension in it. The extension contains following in its Info.plist file:
<key>NSExtension</key>
<dict>
<key>...
-1
votes
1
answer
36
views
zsh: command not found: SqlPackage [closed]
I've installed SqlPackage on Mac, for CLI automation/simplication of SQL Server development tasks, however I'm getting error:
zsh: command not found: SqlPackage
1
vote
1
answer
55
views
How to display two-line Suggestion menu with NSTextField
I am trying to use the new macOS15 suggestionDelegate but I am struggling with the table layout. How to display two lines so they don't get clipped?
NOTE: It works on macOS26. It behaves like this on ...
-2
votes
1
answer
37
views
Insert/Override caret mode in IntelliJ IDEA on macOS
On Windows/Linux keyboards, the Insert key switches between insert and override mode (the first is a normal caret and the second is an underscore). Is it possible to do the same on a macOS keyboard?
...
-1
votes
0
answers
103
views
VSCode on Mac no longer recognizes connected apple devices. (.NET MAUI)
I have been working on a .NET MAUI mobile app for a while now (used to be Xamarin and has been migrating to MAUI). Once we started testing on iOS I switched to a workflow using VSCode on Mac + the ....
Advice
0
votes
1
replies
58
views
How to experiment with Flutter multi-window on Windows and Macos?
I want to use multi-window feature but I don't know how to start it. I found that canonical is implementing it on windows, macos, and linux, and it's already merged in the flutter engine, but I didn't ...
1
vote
0
answers
112
views
How do you set Java version to use in both IntelliJ and its terminal on macOS?
Based on answer to How to set or change the default Java (JDK) version on macOS? which explains how macOS resolves which Java version should be used provided that you do not set JAVA_HOME environment ...
0
votes
0
answers
27
views
Regarding the issue with the engine.mainMixerNode.outputVolume setting
When I write code in Swift with engine.mainMixerNode.outputVolume = 0, the code runs normally and can execute the renderCallback callback function. However, when I rewrite it in Objective-C with ...
4
votes
1
answer
142
views
+500
Is it possible to get macOS window border radius using CGWindowListCopyWindowInfo on macOS Tahoe+
macOS Tahoe windows can have various border radii. I need a way to measure a given window's border radius in pixels.
Currently, I get a list of windows using CGWindowListCopyWindowInfo and process it ...
3
votes
1
answer
75
views
How to align form labels in SwiftUI form on macOS?
Using the following code:
import SwiftUI
struct TestView: View {
@State var color: Color = Color.white
@State var fontSize: Double = 16.0
var body: some View {
Form {
...
6
votes
1
answer
122
views
Github Actions self hosted runner on macOS tries to checkout repository forever
I am experiencing an issue on macOS where two or more jobs running actions/checkout at the same time cause one of the jobs to hang indefinitely during checkout.
What makes this even stranger is that ...