Jam Hsu
Jam Hsu
Detected leak path by LeakCanary: ``` ┬─── │ GC Root: System class │ ├─ android.view.inputmethod.InputMethodManager class │ Leaking: NO (InputMethodManager↓ is not leaking and a class is never leaking) │...
### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [x] I have read the [wiki page](https://github.com/onevcat/Kingfisher/wiki) and...
### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [x] I have read the [wiki page](https://github.com/onevcat/Kingfisher/wiki) and...
Can not build production version after update to v4.0.0: ``` ERROR in ./node_modules/zrender/lib/core/BoundingRect.js Module build failed (from ./node_modules/@angular-devkit/build-optimizer/src/build-optimizer/webpack-loader.js): TypeError: Cannot read property 'kind' of undefined at isObjectOrObjectArrayTypeReference (/Users/jam_hsu/Projects/Lativ-mini-program/erp/frontend/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:20709:34) at parseNestedTypeLiteral...
In the original library: ``` /deep/ { * { box-sizing: border-box; } ... ``` In this library: ``` * { box-sizing: border-box; } ``` This make global box-sizing change after...
Not work after upgrade to Dagger 2.17
Crash due to missing com.facebook.iabadscontext.IABAdsContext class during Parcelable unmarshalling
### Checklist before submitting a bug report - [x] I've updated to the latest released version of the SDK - [x] I've searched for existing [Github issues](https://github.com/facebook/facebook-android-sdk/issues) - [x] I've...
Description: We encountered a crash in Kingfisher while using ImagePrefetcher. The crash appears to happen in the ImageCache.imageCachedType(forKey:processorIdentifier:forcedExtension:) method, with an EXC_BAD_ACCESS indicating an attempt to access a released object....