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

MacOS library to create multipart ZIP and/or 7Z

Is there a library usable from a swift project on MacOS, that can create multipart/multivolume/split ZIP or 7Z archives, preferably both? There are many ways how to create a zip archive (eg. ...
Kaven's user avatar
  • 291
0 votes
1 answer
15 views

WindowGroup not opened when app is launched by opening file

I created an app that uses WindowGroup and utilizes handlesExternalEvents to manage external URL opening events, preventing WindowGroup from opening a new window again. Everything is fine. The window ...
Chocoford's user avatar
  • 311
-1 votes
0 answers
12 views

macOS 15 Sequoia Installation Stuck at 20 Minutes Remaining on ThinkPad T480 (OpenCore 1.0.1, Verbose Mode Not Helping)

I am trying to install macOS 15 Sequoia on my Lenovo ThinkPad T480 (i5-8250U) using OpenCore. However, during the installation process, the system always restarts automatically when there are around ...
Yasin G.'s user avatar
0 votes
0 answers
3 views

Using both macOS and Windows with VS Code SSH always leads to the need to reinstall all Python extensions

I have both Windows and MacOS computer and usually use vscode's ssh extension for work, but I've found that this can cause issues with reinstalling all python extensions. After I used Windows to ...
Forest Lee's user avatar
-1 votes
1 answer
17 views

XCode Debugger Pauses on Exception Perpetually. How to Turn it Off?

I am compiling a large open source C++ library on XCode. I am trying to debug some edge cases that only occur on MacOS. I have no breakpoints set, but the debugger still keeps pausing execution on ...
Vipul Rajan's user avatar
-1 votes
3 answers
60 views

How to generate a PDF with a grid of images per page?

Our work involves visually inspecting a number of plots together. All plots of same size. we want to print them in pages to study. Something like a 8.5"x11" paper with 1" margin gives ...
BiGYaN's user avatar
  • 7,177
-1 votes
0 answers
10 views

Wine can not use connection using wireguard tunel

the problem is fairly simple, i am on VPN and have active wireguard tunnel at the same time, i have access to the server where i need to connect (verified by ping server_adress), however EA (...
Jatel's user avatar
  • 38
2 votes
0 answers
43 views

nanosleep is setting errno to ETIMEDOUT in C

I noticed that every time I call nanosleep errno is being set to ETIMEDOUT (errno 60), which I find very strange because in the man-pages of nanosleep (POSIX) ETIMEDOUT isn't detailed as a possible ...
suuniqo's user avatar
  • 21
0 votes
0 answers
52 views

Golang suppress specific warning [closed]

When I run my golang code I keep getting the following logs in the terminal. Is there anyway to stop these specific logs from being sent to the terminal? 2025-03-04 15:23:11.940 Main[79131:4370927] +[...
Ahmed Zaidan's user avatar
0 votes
0 answers
23 views

remove python 3.9 from Mac which is is /usr/bin without disabling SIP [closed]

I have python 3.9 and python 3.11 installed. python3.11 is in /opt/homebrew/bin/python3.11. I need to remove python 3.9 which seems to be in /usr/bin(after doing ls -l /usr/bin/python3). I need to ...
Sharier's user avatar
  • 11
0 votes
0 answers
10 views

Esbuild Architecture Mismatch: x64 vs. arm64 Causing Vite Build Failure After Transition from Rosetta 2

Summary of the Problem: Error Message: During the build (triggered via dfx build), Vite (which uses esbuild internally) fails because it detects that the installed esbuild binary is for a different ...
LDK's user avatar
  • 51
-3 votes
0 answers
79 views

Search contents of the Quick Look preview [closed]

I am building a simple MacOS app extension to preview contents of files. I would like to be able to search inside the resulting WKWebView preview using JS. I am using the new Quick Look API and ...
user29889669's user avatar
-1 votes
0 answers
18 views

how can i use xampp server in Mac OS ventura 13.7.4?

I tried downloading xampp for my Mac, but I don't know which version of xampp server is compatible with Mac ventura 13.7.4. I can't find the Version os xampp on xampp´s website, in comparison with Mac ...
Isaac An's user avatar
0 votes
0 answers
19 views

Not finding environment variable on Aspire Function Project running on Mac

I'm trying to run an Azure Function project as part of an Aspire .NET project. It's basically erroring out because it can't find the connection string for the MongoDB database. However, it works fine ...
Danilo Carvalho's user avatar
0 votes
1 answer
26 views

Can i develop and publish iOS app only using windows laptop with eas build and iPhone without mac?

I don’t have a Mac, but I want to publish an iOS app using EAS Build. I have a Windows PC and an iPhone. I have a few questions regarding the process: Can I build and publish an iOS app using EAS ...
Vinit Borad's user avatar
1 vote
0 answers
23 views

How do I open a file on remote mac from automation tests on PC

Using VS/C#/Selenium/.Net 8.0 for a large set of regression tests which work fine on Windows with Chrome, Edge and Firefox on Windows. However not so well on Mac with Safari with which we are using ...
Kev's user avatar
  • 360
1 vote
0 answers
13 views

Tmux Scroll too Fast in VSCode terminal

The problem: when I open zsh and bash in VScode terminal, the scroll speed is quite normal (easy to read and follow lines), but when I switch to tmux, the scroll speed is extremely fast that even ...
Fayez Debbabi's user avatar
-1 votes
0 answers
28 views

how do i easily print or save to pdf an entire web page that i am currently scrolling through on chrome on macos? [closed]

I am using the Chrome browser on a new Mac laptop running MacOS I am on a web page of continuous text that has a scroll bar that allows me to view all of the 'pages' that are there. there is enough ...
Cool Pontiac's user avatar
0 votes
0 answers
44 views

Ruby compile failures on MacOS

I'm having no success compiling Ruby 3.1.3 (or any other version) on my MacBook. The MacBook has the Apple M3 chip and was setup with the backup from my old Intel MacBook. But I've reinstalled ...
Les Nightingill's user avatar
-1 votes
0 answers
26 views

DIRECT connections failing on macOS with Surge/ClashX Pro enhanced mode

I am using macOS (Apple Silicon) and experiencing an issue where DIRECT connections fail when using a proxy tool in enhanced mode (tested with both Surge and ClashX Pro). When trying to access ...
NothingButKevin's user avatar
-1 votes
1 answer
31 views

Re-enable "Mac (designed for iphone)" Destination on XCode

Per default my iOS Application came with a built-in "MacOS (Designed for iPhone)" Destination. I am working on an actual MacOS App variant of my app now, but it is not ready yet. For the ...
matthias_code's user avatar
2 votes
1 answer
62 views

Static linking of Metal library in Xcode

Status quo: I have an Xcode "Command Line Tool" project written mainly in Swift. In that same project there's a .metal file with some image manipulation code. When I build and archive that ...
limebagel's user avatar
1 vote
1 answer
63 views

CMake cannot found libraries installed by brew

Idk why my previous topic was determined like 'question not related for programming and tools` but I'll ask again and more accurate. I moved from Windows to Mac and started working on my C++ project. ...
Grimlock's user avatar
  • 107
1 vote
1 answer
86 views
+100

How to make a "sticky" CircleView that stays attached to the edges of another views in SwiftUI?

How to make some point make draggable trough set of views edges like on the video: Instead of free drag: I don't even know where to start since I can't measure the bounds of a view without ...
Andrew's user avatar
  • 11.3k
0 votes
1 answer
29 views

No code generators found with the name ‘ıdentity

I am creating a .NET project(ide:Rider) with .NET 8 by selecting the Individual Authentication option. When I try to add a new Identity to the Areas folder via the popup using “Add Scaffolded Item”, I ...
Bilal Furkan Karaca's user avatar
0 votes
0 answers
16 views

What frame rate to expect using Python sounddevice.InputStream on macbook?

I record audio on a macbook using this code: def callback(indata, frame_count, time_info, status): if status: print('Error:', status) frames.append(indata.copy()) ...
egor10_4's user avatar
  • 402
-1 votes
0 answers
44 views

Unable to ask for calendar permission on macOs [closed]

I am trying to develop a local desktop application for macos and I want to ask for permission to access the calendar because I want to access the events that exist. Here you have my code https://...
shiqo's user avatar
  • 69
0 votes
0 answers
33 views

Docker Desktop Not Responding on macOS (Intel) After Multiple Reinstalls

Body: I am facing an issue with Docker Desktop on my MacBook (Intel) running macOS [mention your macOS version]. Despite multiple attempts to install, uninstall, and reinstall Docker, the app fails to ...
Oselade George's user avatar
0 votes
1 answer
24 views

Cancelled Drag in NSTableView Leads to Crash on Subsequent Drags

I have encountered a problem in implementing drag & drop in an NSTableView. My code only allows drop operations within the NSTableView from where the drag was originated. If the item is dragged ...
Marco's user avatar
  • 91
1 vote
1 answer
32 views

statically linking SDL2 on Linux and macOS "like on Windows"

i had made a game on C using SDL2, SDL2_image, SDL2_mixer and SDL2_ttf libraries installed on Linux (Ubuntu) by sudo apt-get install libsdl2-dev (for example), and i wanted to improve it so it will be ...
Bekka Mushko's user avatar
-2 votes
0 answers
35 views

Firefox incorrectly resolves local DNS names [closed]

Consider the following situation: resolv.conf contains domain mydom.local search mydom.local nameserver 192.168.1.18 nameserver 192.168.2.10 In that case s1.mydom.local is inaccessible in firefox (...
atapaka's user avatar
  • 1,356
0 votes
0 answers
19 views

How to completely remove title bar from NSPanel window while keeping default window styling?

I have a floating NSPanel window that uses the .titled mask to provide a drop shadow and rounded corners. However, I would like to display it without a title bar while maintaining the default window ...
Edgar's user avatar
  • 931
2 votes
0 answers
37 views

Given an AXUIElement, how can I know in which NSScreen it is displayed?

I need to manage the position of an external application's window. Using the Accessibility API I'm able to get a reference to its AXUIElement, and then to its frame. I can also set its position to a ...
Guig's user avatar
  • 10.4k
-4 votes
0 answers
31 views

How can I show list of all unhidden files on my Mac Terminal using find command? [closed]

How can I show list of all unhidden files on my Mac Terminal using find command while using relative path for patent directory as param (i.e. ../../) ? I tried, find ../../ -path "*/.*" -...
Sazzad Hissain Khan's user avatar
0 votes
1 answer
24 views

Generating new mail message with specified sender leaves wrong BCC recipient

I try to automate composing a mail with specified "to:" address, sender account and content including an attachment. I found the following AppleScript snippet I use from within a Bash script:...
Stefan's user avatar
  • 1,066
0 votes
0 answers
43 views

How to Mimic Default NSPanel/NSWindow Drop Shadow when a Non-Titled Style Mask is used?

When an NSPanel (I think the same applies to NSWindow as well) is styled with no title mask, it loses its active drop shadow. Specifically, when the panel is active (i.e., the key window), the shadow ...
Edgar's user avatar
  • 931
0 votes
1 answer
23 views

Unable to setup supabase repository locally MacOS

I am currently using a MacOS M4 to setup the supabase repository locally. Unfortunately, after following the entire process to setup the repository, I keep encountering the error below using pnpm ...
Antx's user avatar
  • 115
-1 votes
0 answers
54 views

brew install [email protected] gives CONNECT_CR_SRVR_HELLO:sslv3 alert handshake failure

I am trying to install PHP8.3 using brew install [email protected] . But I'm getting the following ==> Downloading https://libzip.org/download/libzip-1.11.3.tar.xz curl: (35) error:14004410:SSL routines:...
Ghassan Barghouti's user avatar
-2 votes
0 answers
20 views

Right click on VSCode on Mac and Python will execute the command twice in the terminal [closed]

Why does VScode on Mac print a command and directory first when right clicking Python on the terminal? Causing the command to be viewed twice on the terminal Right click on VSCode on Mac, Python will ...
udyr ddh's user avatar
-1 votes
1 answer
25 views

Vulkan on MacOS with multiple drivers

I built a mesa driver for Vulkan, and I have MoltenVK I am able to switch between both implementation (MoltenVK and Mesa) However, I am not able to have the possibility of the two drivers. The ...
Antoine Morrier's user avatar
0 votes
0 answers
57 views

Adding custom document icon for document based Mac OS 16 App

Starting with Mac OS 16, Document Icons can be generated by defining a background and a Foreground element (see Apple Documentation). I've defined the mentioned elements in my Assets and in the info....
Holger's user avatar
  • 364
-1 votes
0 answers
21 views

Screenshare tests don't work with selenium chrome browser but work for regular chrome on mac

As mentioned in the title, we have some selenium automated tests that used to be able to successfully screenshare on our macs locally but started to fail after an update a while back. I'm not sure ...
Sohs's user avatar
  • 1
-1 votes
0 answers
23 views

How to remove unexpected "!w" in MacOS (M2) PATH, and Shared folder in /Users (zsh) [closed]

Sorry for what might be a stupid question, but this is really bugging me and google has not turned up any good/relevant answers... !w now prefixes my PATH and a new Shared folder has been created in /...
conf1ck3r's user avatar
-1 votes
0 answers
19 views

ASAN for memory leak detection on Apple M3 shows "unknown module"

I'm trying to use Address Sanitizer (ASAN) to detect memory leaks on macOS. I've tried both the Clang compiler that comes with Xcode and the one installed via Homebrew, but neither works as expected. ...
jasonxia's user avatar
  • 369
-1 votes
0 answers
6 views

Lines breaks on Safari on Mac does not show

Some of our automated tests break a line up on "\r\n". For example ProductCode = Driver.FindElements(SearchResult)[0].Text.Split("\r\n")[0]; This works great on Windows using ...
Kev's user avatar
  • 360
-1 votes
0 answers
91 views

Azure DevOps: .NET build fails on macOS 15.3 but succeeds on macOS 15.2 – what's changed?

We have Azure DevOps pipelines compiling a .NET 8 application for iOS and Android. Since the last macOS update (15.3), our pipelines are failing inconsistently—sometimes during the restore step and ...
tmontagnoni's user avatar
0 votes
0 answers
40 views

How I can detect when the screenshot tool is open so I can stop listening to CGEventSourceButtonState input?

I'm using things like CGEventSourceButtonState or CGEventSourceKeyState to detect input in my game. I call them every frame to check if there was an event and so far it works fine. I also check if the ...
ellipticaldoor's user avatar
1 vote
2 answers
49 views

Python dlib not working properly on Apple Silicon chip (M4)

I want to use dlib on Python. I installed it without any issue. The problem is that, when I try to import it, I get this error: Traceback (most recent call last): File "/Users/elgamernovato/...
Cris Cruz's user avatar
-1 votes
0 answers
47 views

INSIGHTFACE install fails on MAC w python 3.10.16

So after probably 2 weeks of trying every solution I could find for this I am still unable to get insightface to install for use with comfyui. I tried a new install of python 3.10.16 and a fresh ...
PadiwanCoder's user avatar
-1 votes
0 answers
15 views

Openpose tensorflow2.0 build does not work on MacOS (pafprocess)

Have been trying to openpose with tensor flow2.0 on MacBook OS15.3 and it is failing when I try to build openpose with pafprocess. Please help: pafprocess % swig -python -c++ pafprocess.i && ...
siem's user avatar
  • 1

1
2 3 4 5
2372