Frederik Seiffert
Frederik Seiffert
Just saw there was a test failure in the most recent run, but I don’t think it’s related to my changes: ``` 88/90 Test #29: ManyManySelectors ........................Exit code 0xc0000409 ***Exception:...
Just FYI I believe even with these workarounds we put in place for Windows it still requires a newer CMake version than the current 3.16 minimum. I tried building with...
We carry @ngrewe’s patch in the [Windows](https://github.com/gnustep/tools-windows-msvc/blob/master/patches/libdispatch-own-blocksruntime.patch) and [Android](https://github.com/gnustep/tools-android/blob/master/patches/libdispatch-own-blocksruntime.patch) toolchains and apply it via the build scripts. Not sure what would be a good setup for other platforms. I believe...
Very cool! Is there a branch with your modifications to check it out?
We’d also like to use Analytics on visionOS. It would be helpful to know whether this is planned and a rough timeline.
In general the Firebase SDK already works fine on visionOS using SPM, but it would be great to see support for Analytics.
> @triplef I created internal bug b/235411530 | CDD needs review for multi-channel USB audio requirements > It references this discussion. > There have been some improvements in the T...
We’re running into the same issue with an unpackaged C++/WinRT app on two machines using SDK version v1.2 and 1.2.2. Please let me know if we can provide any further...
Yes this was fixed in Clang 16. You can get the RC build here if you want to give it a try to confirm: https://github.com/llvm/llvm-project/releases In the discussions around this...
Good idea! Just changed it to use dispatch_once. Thanks!