CodingMarkus

Results 26 issues of CodingMarkus

When I just run this on a M1 MacBook ``` # ./docker-wine --rdp ``` I end up with this error ``` latest: Pulling from scottyhardy/docker-wine no matching manifest for linux/arm64/v8...

I thought this is a VSCode issue but I can only reproduce that issue when clicking C header files and have the clangd extension enabled (well, without that extension I...

bug

### What version of Bun is running? 1.2.5+013fdddc6 ### What platform is your computer? Darwin 23.6.0 arm64 arm ### What steps can reproduce the bug? 1. Have a `package.json` with...

bug
bun install

E.g. this is valid Obj-C code ``` typedef struct { time_t time; size_t bytes; } SessionLimits; // .... return (SessionLimits){ .time = someValue .bytes = someOtherVAlue }; ``` This would...

E.g. the following Obj-C code is valid: ``` value = variable - MAX(self.otherValue, #if DEBUG 20 #else 60 #endif ); ``` but that will produce a syntax error. I guess...

The macOS config files reference `MacOSX10.11.sdk` by default, e.g. ``` "${Xcode.app}/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include" ``` but they should not reference a specific version. Instead they should use `MacOSX.sdk` as in "${Xcode.app}/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include" Xcode always...