Kien Nguyen
Kien Nguyen
I have a Reactor like this: ```swift class ProductReactor: Reactor { enum Action { case getProduct case getLocation(Int) } enum Mutation { case updateProduct(Product) case updateLocation(Location) } struct State {...
I read the source but it seems that there's no method or property for cache size.
When I use UISearchBar as UITableView `tableHeaderView`, when scrolling up the first time, navigation bar will hide immediately instead of fading out. It won't happen next times I scroll up....
If the parameters contain unicode characters (like Vietnamese chars) or space then it will result `401 invalid signature`. For example: `http://duylv.anhphuongisc.vn/wp-json/wc/v2/products/categories?search=sản phẩm` or even: `http://duylv.anhphuongisc.vn/wp-json/wc/v2/products/categories?search=san pham` I tried the same...
It seems that release 6.6.0 come with SwiftUI support (#979) breaks compiling on Xcode 14. Xcode 14 disallows usage of `@available` on stored properties:
Is there any way to completely ignore an Error? For example, when I reject a Promise with something like `PromiseCancelledError`, I don't want the downstream `catch`es to handle this error....
### Checklist - [x] I've read the [Contribution Guidelines](https://github.com/grab/cocoapods-binary-cache/blob/master/CONTRIBUTING.md) - [x] I've searched for [existing GitHub issues](https://github.com/grab/cocoapods-binary-cache/issues) if there was such a request before. ### Description Sometimes we have a...
For example, when integrate `Siren` package, which use `Bundle.module` [here](https://github.com/ArtSabintsev/Siren/blob/9173fc529731705a737658b2801ccbc19dd385c8/Sources/Extensions/BundleExtension.swift#L86), the linker step will produce error: ``` Undefined symbols for architecture arm64: "static (extension in Siren):__C.NSBundle.module : __C.NSBundle", referenced from:...
I get data from server to fill in RecyclerView, 10 items at a time. But if there are less than 5 items is got and showed, then recycler view isn't...
New version of [GoogleSignIn](https://cocoapods.org/pods/GoogleSignIn) has a new dependency GoogleInterchangeUtilities, which contains static library for Google Protocol Buffers. That make it impossible to use with protobuf-objc, causes **"Undefined symbol for architect...