close
Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
30 views

I am trying to copy/paste the output of my terminal from VS code into three columns (datetime, latitude, longitude) in a .numbers table. While Excel has had not trouble putting the output in three ...
meclark's user avatar
  • 13
Advice
0 votes
0 replies
18 views

We have a managed (i.e., Apple-hosted) on-demand asset pack (via Managed Background Assets) that we download at the start of our iOS/macOS app. We first present the user with the download size and the ...
Frank Rupprecht's user avatar
Advice
0 votes
3 replies
68 views

Apple is using dynamic icons using SF Symbol names together with ISGraphicIconConfiguration dictionary in System Settings on macOS. They reflect the current icon & Widget style (normal/dark/clear/...
Marek H's user avatar
  • 5,732
-1 votes
0 answers
81 views

qemu-system-aarch64 seems to require a UEFI file to run, but unable so far to build (or download, but prefer building) one. Trying to build edk2 from git: git clone https://github.com/tianocore/edk2....
ixx's user avatar
  • 32.3k
-3 votes
0 answers
72 views

Trying to install qemu on mac, which requires a python dependency "tomli". I've not been able to install it such that it's accessible to brew. If installing via pip3, there's an error saying ...
ixx's user avatar
  • 32.3k
0 votes
1 answer
85 views

I'm trying to use PyObjC (a bridge between the Python and Objective-C), version 12.1_3, to find the original file of a Finder alias, but I can't seem to get it right: Python 3.13.13 (main, Apr 8 2026,...
Philip Kearns's user avatar
3 votes
3 answers
137 views

So I am trying to create a formula that will automatically match all of the keywords from a source cell with their corresponding ID codes, then return all of the matched ID codes in another cell. How ...
Richard Cosgrove's user avatar
0 votes
0 answers
44 views

Spotlight wasn't finding stuff I knew was there, so I ran this Applescript: do shell script"sudo mdutil -Ea"with administrator privileges and got this error: Error: CoreSpotlight reset ...
jrethorst's user avatar
Best practices
0 votes
2 replies
59 views

I'm wondering whether the result of comparing collation sort keys (= already pre-processed strings for faster collation-compatible sorting/searching) is a strong or weak ordering. The implementation ...
Marc Mutz - mmutz's user avatar
Advice
0 votes
1 replies
66 views

I’m building a macOS app in SwiftUI that loads Gmail in a WebView while also using the Gmail API for some additional features (e.g., unread counts, notifications, etc.). Since Google Blocks OAuth ...
Esa Anjum's user avatar
-2 votes
0 answers
57 views

I would like to have MSAL login fully working in a Developer ID signed macOS application. I am using the following library for adding MSAL support to my macOS app : https://github.com/AzureAD/...
thorax's user avatar
  • 581
1 vote
1 answer
129 views

Form picker (no button, aligns to right). Outside form, the picker .menu style aligns left and width expands to widest content in menu with button-pill as container for selections. Is it possible to ...
Gilbert Aligoey's user avatar
1 vote
1 answer
89 views

I'm working on MacOS 26.1 and Xcode 26.2. I'm wring a software simulator of a computer on Mac and want to have a panel that shows the current stack (which grows down). Note, my memory array is in ...
Steven Szymanski's user avatar
0 votes
1 answer
94 views

I started with the following code which shows a Picker : import SwiftUI struct ContentView: View { enum MenuOption: String, CaseIterable { case sort = "Sort" case search ...
koen's user avatar
  • 5,924
-2 votes
1 answer
112 views

I am trying to launch an isolated Google Chrome instance on macOS with a specific user-data-dir and proxy settings. My goal is to restrict WebRTC to only use the configured proxy (hide the real public ...
Steve's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
7902