Danqing Liu
Danqing Liu
Thanks for this great library! I'm trying to use it in a table view, and I have the following code: ```swift func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { Haptic.impact(.medium).generate()...
Atom 1.19b4, macOS 10.12.6: ``` TypeError: Cannot read property 'openScopes' of undefined at TagFinder.module.exports.TagFinder.scopesForPositionMatchRegex (/Applications/Atom Beta.app/Contents/Resources/app/node_modules/bracket-matcher/lib/tag-finder.js:55:28) at TagFinder.module.exports.TagFinder.isCursorOnTag (/Applications/Atom Beta.app/Contents/Resources/app/node_modules/bracket-matcher/lib/tag-finder.js:45:25) at TagFinder.module.exports.TagFinder.findMatchingTags (/Applications/Atom Beta.app/Contents/Resources/app/node_modules/bracket-matcher/lib/tag-finder.js:174:22) at BracketMatcherView.module.exports.BracketMatcherView.updateMatch (/Applications/Atom Beta.app/Contents/Resources/app/node_modules/bracket-matcher/lib/bracket-matcher-view.js:128:41) at /Applications/Atom...
Example: https://codesandbox.io/s/react-hot-toast-responsive-position-forked-64f33?file=/src/App.js When you use the toast ID to change one toast to another (e.g. from loading to success), sometimes the height of the toast is off. I think it's...
The default success / error states are really great! I wonder if there should also be a default warning state (yellow, maybe exclamation mark) too.
I'd like to get notified when the viewer is dismissed interactively. Currently there's no way to get notified. The reason I need it is I'm playing video in the photo...
I'm subclassing DTPhotoViewController to add support for video, and I noticed that there's no method that exposes the currently visible collection view cell. This is problematic for me because I...
When I'm trying to pickle an object with a field of `TimestampType` I get the following: ``` PicklingError: Can't pickle : it's not found as schematics.types.base.utc_timezone ``` Maybe it's some...
Is there a way to put `adapter.performUpdate` in a UIView animation block, and if not, can I request that feature? There are two things this will unlock: - Custom animation...
## New issue checklist - [x] I have reviewed the [`README`](https://github.com/Instagram/IGListKit/blob/master/README.md) and [documentation](http://instagram.github.io/IGListKit) - [x] I have searched [existing issues](https://github.com/Instagram/IGListKit/issues) and this is not a duplicate - [ ] I...
Thanks for this great library. I am having trouble using it with Storyboard. If I do the following: ```swift @IBOutlet var input: PinCodeInputView? ``` Xcode complains about using a generic...