Scott Talbert

Results 22 issues of Scott Talbert

When using ALAssetsLibrary, I'm seeing an "Invalid concurrent access to managed object calling 'release": ``` ALAssetsLibrary *library = [[ALAssetsLibrary alloc] init]; [library enumerateGroupsWithTypes:ALAssetsGroupSavedPhotos usingBlock:^(ALAssetsGroup *group, BOOL *stop) { // code...

It would be great if there were instructions on how to deploy a Wave app to Google App Engine (if it is even possible).

docs

**Operating system**: **wxPython version & source**: 4.1.2a1 gtk3 (phoenix) wxWidgets 3.1.5 **Python version & source**: 3.10.0 **Description of the problem**: wx.RealPoint can't be created from an immutable wx.RealPoint. This was...

bug

MultiCallbackTest.test_easy_pause_unpause fails on macOS. It's unclear whether this is a bug with the test or with the pause/unpause code itself. This is on macOS 12.1 with Secure Transport backend. CC:...

GitHub warns that actions/checkout@v3 is using Node.js 16 which is deprecated.

When building on arm64, the following warnings are issued when building the tests. ``` [ 35%] Building CXX object unittests/CMakeFiles/test_unordered_multiset.dir/unordered_multiset.cpp.o cd /builddir/build/BUILD/cereal-1.3.2/redhat-linux-build/unittests && /usr/bin/g++ -I/builddir/build/BUILD/cereal-1.3.2/include -O2 -flto=auto -ffat-lto-objects -fexceptions -g...

I'm trying to build clash-lib 1.8.1 on Debian with GHC 9.4.7. The build phase completes successfully, but when running the doctests test suite, I'm running into the below errors. There...

bug