Results 29 comments of wzup

Same here. `connectStateResults` is infinite loop. Always returns `searching=true` case. ``` const Content = connectStateResults( ({ searchState, searching, onSearchStateChange, getSelected }) => { if(searching) { return SEACHING... } else {...

Same question https://github.com/dzhibas/SublimePrettyJson/issues/96

@abhijitkane (https://github.com/postmanlabs/postman-app-support/issues/1257#issuecomment-227872031): > You can use Alt-0 (Win)..... Is there an option to have a JSON response first level fields collapsed by default? In order to make less keyboard clicks...

FWIW, yet another question about `displayName` https://stackoverflow.com/questions/50737684/displayname-property-in-react-native-cant-set-it-react-native-throws

# 2017-06 `rerequest` is not working

@monmartins @wzup Here is an option https://github.com/jaredhanson/passport-facebook#how-do-i-include-app-secret-proof-in-api-requests

@bugzpodder > Switching source-maps from cheap-module-source-map to eval-source-map breaks the error overlay functionality. We can't really have one fix breaking other things, so that change was reverted for now. You...

@jsdevtom > Using this to the package.json worked for me: "start:debug": How do you start the app then? ``` $ npm start ? $ npm run start:debug ? ```