-
### Issue about warning message on console
https://github.com/flutter/engine/pull/8843
Right now iOS apps have the following in their logs:
> You've implemented -[ application:didReceiveRemoteN…
-
Once I added AFURLConnectionByteSpeedMeasure in CocoaPods, some problems were revealed:
```
../Pods/AFNetworking/AFNetworking/AFURLConnectionOperation.h:186:1: Property with 'retain (or strong)' attr…
-
I wanted to know when a remote notification is being received.
My app delegate implements the `NotificarePushDelegate` protocol and it seems to be fine since both `notificare(_:didOpenNotification:…
-
Hello
This issue was described in several tickets but solution is still not there.
There are several third-party libraries that swizzle `URLSession`'s `delegate` with their own proxy objects. Fo…
-
Hi,
I've an issue with GoogleMaps and Bagel, in particular the map tiles don't load and the request to Google returns 400 (bad request).
I've debugged the Bagel pod and see that if I comment out t…
-
When use UIImagePickerController, it inherit form UINavigationController. Caller may use UIImagePickerController's delegate to fetch image, however your code reset it's delegate in method - (void)safe…
gzucm updated
9 years ago
-
Hello,
I happened to have another infinite loop issue with swizzle methods. I remember I had fixed this in the past with adding the unSwizzle methods.
https://github.com/Juanpe/SkeletonView/pull/381…
-
I'm using GemmGrouped in this way:
using GemmKernel = typename cutlass::gemm::kernel::DefaultGemmGrouped<
cutlass_t, // Element A
cutlass::lay…
-
-
I'd like to introduce [ImGuiTexInspect](https://github.com/andyborrell/imgui_tex_inspect), a texture inspector tool for Dear ImGui. It's a debug tool that allows you to easily inspect the data in any…