Skip to main content
-2 votes
0 answers
8 views

I'd like to write a script to archive my 'Obsidian Vault' which is mostly markdown files, but also json, js, css, hidden files, etc. rsync is my preferred way to copy/archive/sync files - but with ...
Will Schetelich's user avatar
0 votes
1 answer
31 views

How can I use gestures (DragGesture, TapGesture etc.) with right and middle mouse buttons? I did not see any functionality for this. Do I need to make a custom implementation?
Radioactive's user avatar
0 votes
0 answers
27 views

λ ~/ dotnet --version 10.0.100 λ ~/ system_profiler SPSoftwareDataType SPHardwareDataType Software: System Software Overview: System Version: macOS 26.1 (25B78) Kernel Version: ...
Booshwa's user avatar
  • 35
0 votes
0 answers
72 views

How do I check how many Python installations I have on my Mac? I am currently runing Tahoe 16.0.1 and Python is already present on my Mac from Apple but I also installed Anaconda which came with its ...
Hana_lee's user avatar
2 votes
2 answers
66 views

I have a grid/tile view implemented like below: struct Grid: View { let size: Int var body: some View { LazyVStack(spacing: 0) { ForEach(0..<size) { _ in row } }...
Radioactive's user avatar
0 votes
0 answers
39 views

i'm trying to dump data with script file .sh So i got a folder in /Home with : working , and inside would be dev-sever and dev-docker When i run docker there is no error but when i open terminal and ...
Duy Đặng's user avatar
2 votes
0 answers
49 views

I’m using Swift Playgrounds on macOS 26 to learn app development, starting with the “Get Started with Apps” template. Every time I run the template, macOS shows a popup asking: “Get Started with Apps” ...
Putty's user avatar
  • 31
2 votes
0 answers
41 views

I wrote a Swift macOS app to control a PCI audio device. The code switches input and output channels by default. As soon as I launch the Audio-Midi Setup utility and switch channels, my code stops ...
Purgen's user avatar
  • 21
0 votes
0 answers
62 views

I'm building a macOS app using SwiftUI, and I want to create a draggable floating webcam preview window Right now, I have something like this: import SwiftUI import AVFoundation struct ...
Zaid's user avatar
  • 449
-2 votes
0 answers
30 views

I have a 2011 MacBook Air (11″ Mid 2011 or 13″ Mid 2011) that currently only has Windows installed. I want to completely remove Windows and install macOS High Sierra (10.13.6). Here’s my situation: My ...
hub il's user avatar
  • 1
0 votes
0 answers
21 views

I am trying to create a Launch Daemon that launches whenever I log in. I know that launch agents are better suited for this job, but I want to accomplish it with a launch daemon instead because It's ...
tandem1032's user avatar
0 votes
1 answer
36 views

I'm building a dotnet maui application. One of the targets that I am using is Mac OS X maccatalyst. My app consists of a hybrid web control that goes into the safe area with negative top margin so ...
chris's user avatar
  • 83
2 votes
0 answers
76 views

Alright, so bear with me. This took me an entire day to dig into. what I'm doing I'm running a C program on a remote host over SSH. The program calls a local redis database IP and port and also 8.8.8....
NorseGaud's user avatar
  • 801
1 vote
0 answers
28 views

I'd like to write a MacOS App that makes use of the ASAM functonality as described here: https://developer.apple.com/documentation/devicemanagement/autonomoussingleappmode I have tried to use the ...
Vic Nightfall's user avatar
0 votes
2 answers
99 views

I’m trying to build an image carousel similar to the one in the App Store, but I'm a facing a lay-out issue. The carousel should: Automatically adjust its height based on its content Automatically ...
Hozen's user avatar
  • 89

15 30 50 per page
1
2 3 4 5
7912