iCodeWoods

Results 6 issues of iCodeWoods

In Class `IGListAdapter`, method `_updateObjects_:dataSource:`, there has a piece of code: ``` // push the view controller and collection context into a local thread container so they are available on...

question

![image](https://user-images.githubusercontent.com/30431268/37393849-45937386-27ad-11e8-9b53-4a19bb5e84bf.png) 这里当`cost`超出限制时,会调用`trimToCost:`进行删除,但是这是一个异步操作,下面的代码会同时进行。如果`count`也超出限制,不就两处删除一起执行了吗?这样应该有问题吧

### Description ### Version 0.63.3 ### Output of `npx react-native info` info Fetching system and libraries information... System: OS: macOS 12.3.1 CPU: (10) arm64 Apple M1 Pro Memory: 67.80 MB...

Stale
Component: Image
Needs: Triage :mag:

### Description As the document states, there are Hermes symbols in the assets, but only certain versions have them (e.g., 0.70.7), while others don't (e.g., 0.71.7). How can I obtain...

- SDKVersion: 3.6.69 - platform: iOS - Steps to reproduce: Online problem, can't repro. Incident Identifier: 3d94be34-cfe6-475e-a1ad-a2f83c8219de CrashReporter Key: 78963EDB-41E8-48E7-81C7-179BB23EFBBD Hardware Model: iPhone10,6 Process: XXX [25116] Path: /private/var/containers/Bundle/Application/9401C3DE-11F3-4E1C-AF23-E548A52E6A3D/XXX.app/XXX Identifier: XXX...

bug
v4

in _GetBlockStrongLayout has these code, but why is it calculated like this? thx ``` // Figure out the number of pointers it takes to fill out the object, rounding up....