-
### Describe the bug
Building Cocoa application will fail if with go_1_{18,19}, other golang version was not tested. And if I remove the golang dependency, it will just work.
### Steps To Reprod…
-
Error:
```
/Users/glavin/Library/Developer/Xcode/DerivedData/Streamlyne_Cocoa_SDK-fyrnduiwvinxajfjelauyxnhztxw/Build/Products/Debug-iphonesimulator
fatal error: lipo: /Users/glavin/Library/Developer/…
-
First of all, again thanks for your work on this so far. It's super awesome.
I've been unable to exit qemu without Retroarch hanging, either by 'closing content' with RA (probably not ideal as tha…
-
**Summary:** Although I can workaround this issue by installing MoltenVK through Vulkan SDK and then informing the compiler through CPATH, having Vcpkg recognize MoltenVK dependency and have a package…
-
```
Description of the issue: - When starting TheLastRipper, the icon bounces for a
bit then disappears. When starting the unix file within the application, I get
the following (debug)
statement:
…
-
### JASP Version
0.19.0
### Commit ID
_No response_
### JASP Module
Other
### What analysis are you seeing the problem on?
Compute Variable
### What OS are you seeing the problem on?
macOS In…
-
Hello!
So I been investing some time in to wanting to learn Swift, and figured being able to automate a bunch of different things on my Mac would be a great motivation to keep me digging deeper.
…
ghost updated
6 years ago
-
As of Mac OS X 10.6 Snow Leopard (released in 2009), it should be possible for a Cocoa application to build its menu bar and other UI entirely in code. Interface Builder in Xcode 4.0 also removed much…
-
With [floating windows](https://github.com/microsoft/vscode/issues/10121) support in VSCode we now have scenarios to drag an editor tab outside the application without having to complete the drop on e…
-
This program:
```racket
#lang racket/base
(require racket/class racket/gui/base)
(make-gl-bitmap 10 10 (new gl-config%))
```
produces the following error message, both in DrRacket and at the…