macos tag

212 questions


1 answers
284 views
0
Cannot install in Homebrew on ARM processor error on M1

brew install neovimrunning Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local)!Please create a new installation in/opt/homebrew using one of theAlternative Installs from: ...

1 years ago

1 answers
437 views
0
How do I type in pyautgui on macOS?

How to enter and was successful.Even if I let him type on the keyboard that I always type, another character was typed and it didn't work, so I looked it up many times on the Internet, but I couldn't ...

1 years ago

1 answers
403 views
0
M2 Mac fails to install rbenv install 3.1.3 due to errors

I want to install Ruby 3.1.3M2 MacBook Air macOS Monterey version 12.5.1Homebrew 3.6.12rbenv1.2.0ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21] Originally, I wanted to install ...

1 years ago

1 answers
365 views
0
I want to use external web APIs with reference limitations from the development environment.

Assume the web service in the development environment is running on dockerIn /etc/hosts127.0.0.1 test.localWrite on chrome.http://test.local:3000DNS error occurs even if I try to insert it into the di...

1 years ago

2 answers
423 views
0
I manage the file name as a number like 111.jpeg, and I want to re-number it all at once with xargs-n2mv, but some files will disappear.

ls1.jpeg2.jpeg3.jpeg11.jpeg12.jpeg13.jpeg101.jpeg102.jpeg103.jpegI want to increase the number by 2ls|seds/\.jpeg//|awk'{print$1.jpeg$1+2.jpeg}'1.jpeg 3.jpeg101.jpeg 103.jpeg102.jpeg 104.jpeg103.jpeg ...

1 years ago

1 answers
286 views
0
About the function of starting the menu bar application for macOS when logging in using SwiftUI

I am studying the menu bar application for macOS using SwiftUI.See here, but the implementation of SMLoginItemSetEnabled() is not SwiftUI, but StoryBoard.In order to start the helper application when ...

1 years ago

1 answers
278 views
0
Is there a way to automatically generate table definitions on a mac?

Until now, when creating table definitions, after modifying, adding, and deleting tables in the database, Windows automatically generated them using the A5 SQL feature (↓)DB client:A5 SQL automatic ta...

1 years ago

1 answers
282 views
0
I want to make a function to change the display size of macOS with swift.

I would like to change the display size by pressing the icon that resides in menubar and the pop-up opens and pressing the change button.I was able to get the current display size and decide the next ...

1 years ago

2 answers
377 views
0
I tried constexpr and got an error.

I copied something written by someone else.So I don't think there is any problem.When I looked into it in my own way, I was told that the current C++ version cannot be used in the version, but I would...

1 years ago

2 answers
358 views
0
mkdir/home:read-only file system error during go install

go install github.com/99designs/[email protected] the above command go install github.com/99designs/gqlgen:mkdir/home:read-only file systemThe error occurs.When I looked into the error, I found ou...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.