Skip to content

Instantly share code, notes, and snippets.

View jpjoyal's full-sized avatar

Jean-Philippe Joyal jpjoyal

View GitHub Profile
@jpjoyal
jpjoyal / keybase.md
Created August 28, 2018 18:11
keybase github proof

Keybase proof

I hereby claim:

  • I am jpjoyal on github.
  • I am jpjoyal (https://keybase.io/jpjoyal) on keybase.
  • I have a public key ASDzMshwkld9LhgWiMP19cmd0tupgEqHtbA3BXkJVm2bAgo

To claim this, I am signing this object:

@jpjoyal
jpjoyal / gist:57904d6d6fe16465d345
Created July 14, 2015 19:15
Anonymous SupportKit, with email later
SupportKit.init({appToken: window.site_config.supportkit_appkey});
SupportKit.on('ready', function() {
if(youHaveTheGuyEmail){
SupportKit.updateUser({email: props['$email']});
}
});
//[more stuff happen and the email becomes known....]