Aaron Brager
Aaron Brager
This PR adds - default success and error haptic feedback - the ability to pass in any [haptic feedback type](https://developer.apple.com/documentation/uikit/uinotificationfeedbackgenerator/feedbacktype) (for example, you could pass `.warning` when displaying ⚠️) -...
This code: ``` parser = CssParser::Parser.new parser.load_string! 'a { color: hotpink; font-size: 13px; }' parser.find_by_selector 'a' ``` Returns an array of one string: ``` ["color: hotpink; font-size: 13px;"] ``` Is...
https://cdn.quickbox.io/files/2018/12/qb_logo_original.png SSL Cert Expired: Sunday, December 30, 2018 at 7:31:01 AM Central Standard Time
ClassicKit won't currently build with Swift 4.2, we need to run the Swift migrator and bump the version#
This just happens if I leave React Native Debugger running for a few hours or overnight **React Native Debugger app version:** reproduces on 0.8.1 and 0.8.2 **React Native version:** 0.55.4...
On a new project I forgot this is commented by default. Figured I'd document it for future readers 🙂
# Feature Request `LinkContainer` should handle `null` or `undefined` locations by rendering the child component without modifications. ## Why? Imagine we have an array of model objects and want to...
https://www.lawlessenglish.com/english-mistakes/complement-vs-compliment/
If the user is scrolled down 20 messages on a table, and a new message comes in, calling `[TLIndexPathUpdates -performBatchUpdatesOnTableView: withRowAnimation:]` will insert rows at the top, pushing the other...