Eric Valk · Stack Overflow

Score of 1

0 answers

32 views

Touch -ar inconsistent behaviour

I am trying to make the script file "1234aaa.scpt" have the same access, modify and create date-time as the file "1234aaa.app" i created it from (performing some historical file ...

  • reputation score 13

Score of 2

1 answer

129 views

How can I block syscalls for a specific thread on Linux and macOS?

I run untrusted native code (loaded with dlopen) on the same process as trusted code. I want to mark certain threads so that any code running on them cannot make syscalls, while other threads in the ...

  • reputation score 33

Score of -5

0 answers

44 views

Port Busy When uploading Sketch to Arduino Uno R3 on Mac [closed]

I decided to try to use my Mac Book Pro (2018) for Arduino development. I downloaded the IDE and the FTDI Driver and installed. I created the sketch from Tutorial 1 in the book "Learn Arduino ...

  • reputation score 168

Score of -4

0 answers

60 views

MacOS X HDR mysteries [closed]

In these two examples, we have some NSProgressIndicators which are set to draw some superunary colors in an extended SRGB colorspace. To be fair, green isn't super unary. I've been very disappointed ...

  • reputation score 48

Score of -1

0 answers

88 views

SVG saved to clipboard is not insertable elsewhere, macOS only

Preconditions: Qt 6.9.3, C++, macOS v13 (Ventura) (but it was also reproduced on later versions). I need to save an SVG painting to the clipboard, and I do that. auto *mimeData = new QMimeData; ...

  • reputation score 381

Score of 1

1 answer

99 views

duckdb and callr causing Invalid Error: IO Error on Macos

I have been using R and the package geocodebr , and the package uses functions of duckdband callr. I'm using macOS Tahoe (new user) This code used to work a few time ago, but now I need to use it, and ...

  • reputation score 634

Score of -1

0 answers

130 views

Weirdness with NSTextLists and {UI,NS}TextView undo TextKit2

NSTextList under TextKit2 is supposed to provide markers described in the Paragraph formats, but it has some problems - specifically on iOS numbering is broken in a few ways, while on the Mac, the ...

  • reputation score 507

Score of 2

1 answer

93 views

Where can I find all apple.awt properties for Java on MacOS

Is there a list of all apple.awt client/system properties? I've searched a bit but couldn't find all of them in one place. These properties can be really useful for modifying UI elements. So far I was ...

  • reputation score 711

Score of 4

1 answer

174 views

How to modify traffic light size in Swing

I am trying to make a custom UI application in Swing. I've searched far and wide and have come up to the conclusion that it is not possible to integrate Swing into the new Apple UI (windows, toolbars, ...

  • reputation score 711

Score of -1

0 answers

73 views

Regarding the change of the sampling rate of the monitoring device

I'm using the following code to monitor the device sample rate: var propAddress = AudioObjectPropertyAddress() propAddress.mSelector = kAudioDevicePropertyNominalSampleRate; propAddress.mScope = ...

  • reputation score 85

Read the original on stackoverflow.com ↗