Frederik Seiffert
Frederik Seiffert
In some cases the application crashes when interacting with the visualization while downloading data from Last.fm. Please feel free to post any crashlogs regarding this here.
OS X 10.8.2 contains a bug where AESendMessage() hangs for some users: http://mjtsai.com/blog/2012/10/04/aesendmessage-bug-in-mac-os-x-10-8-2/ http://brian-webster.tumblr.com/post/32830692042/a-workaround-for-aesendmessage-hanging-on-os-x-10-8-2 The workaround is to use `typeKernelProcessID` instead of `typeApplSignature` for each call to AEBuildAppleEvent() and manually...
### [REQUIRED] Please fill in the following fields: * Pre-built SDK from the [website](https://firebase.google.com/download/cpp) or open-source from this repo: self-built * Firebase C++ SDK version: 8.8.0 * Problematic Firebase Component:...
### [REQUIRED] Please fill in the following fields: * Pre-built SDK from the [website](https://firebase.google.com/download/cpp) or open-source from this repo: pre-built from website * Firebase C++ SDK version: 8.8.0 * Problematic...
More CI! This uses the [Run-On-Arch Action](https://github.com/marketplace/actions/run-on-architecture) to build inside an architecture-specific Docker container running Ubuntu, that gets run with qemu-static (from what I understand). This vastly expands our architecture/CPU...
The documentation for [Creating and managing organizations](https://docs.microsoft.com/en-us/appcenter/dashboard/creating-and-managing-organizations#feedback) specifies the "See all apps" action to apply to Collaborators and Members "only if you belong", whereas for Admins the action seems to...
With Microsoft announcing [Arm-native developer toolsets](https://docs.microsoft.com/en-us/windows/arm/overview) at Build this year, we were wondering what it would take to get libobjc2 support this. Would this require any new implementations of the...
Throwing/catching an exception in ARC-enabled code on Windows causes an access violation. I’ve reproduced this in various environments/projects and both x64 and x86 with the same results. While debug builds...
This adds support for the `_objc_unexpected_exception` hook on Windows as discussed in #219. GNUstep Base setting `_objc_unexpected_exception` worked fine in my testing and `callUncaughtHandler()` is called with these changes, contrary...
We’d like to use the `_objc_unexpected_exception` hook in order to send unhandled exceptions to our crash reporting including the exception reason for context. While this hook is handled for other...