I hereby claim:
- I am puranjayjain on github.
- I am puranjayjain (https://keybase.io/puranjayjain) on keybase.
- I have a public key whose fingerprint is 5AB1 D590 72C7 D954 1423 F807 CCA8 E7F5 8987 4056
To claim this, I am signing this object:
import React from 'react' | |
import mrEmitter from '../helpers/mrEmitter' | |
export default class EmittingComponent extends React.Component { | |
handleClick = () => { | |
mrEmitter.emit('onSomeEvent', 'foo sends bar') | |
} | |
render() { |
I hereby claim:
To claim this, I am signing this object:
Slack.app
and click show packaged contentsssb-interop.js
file in your code editor.# Delete all firestore composite indexes | |
gcloud firestore indexes composite list --uri | xargs -I{} gcloud firestore indexes composite delete {} --quiet |
This unsafe and destructive command deletes all the prigin branches except the ones mentioned as grep -v 'uat'
git branch --remote | grep -v 'dev' | grep -v 'qa' | grep -v 'uat' | grep -v 'master' | cut -b 10- | xargs
git branch --remote | grep -v 'dev' | grep -v 'qa' | grep -v 'uat' | grep -v 'master' | cut -b 10- | xargs git push --delete origin