I hereby claim:
- I am arthur5005 on github.
- I am arthur5005 (https://keybase.io/arthur5005) on keybase.
- I have a public key ASBe8r3_fk6D2-iP2CLgKiPrX2ND4Y60gZN8h4igq5p47Ao
To claim this, I am signing this object:
| /** | |
| * Some jQuery overrides that help with text normalization | |
| * for our formatted templates that get linted and formatted in ways that | |
| * make it hard to match text content in Cypress. | |
| * | |
| * Really it targets the new lines followed by lots of spaces that the linter adds when breaking up multi part | |
| * buttons or other elements with large amounts of text | |
| * | |
| * Include this in your support/index.js which is is processed and loaded automatically before your other test files. | |
| */ |
| <?php | |
| /* | |
| Plugin Name: E-Signature (ApproveMe) Show-If Gravity Forms Shortcode Block | |
| Description: Description: Adds ability to conditionally show/hide a block of text in an ApproveMe (WP E-Signature) contract from a shortcode enclosure [esiggravity_show_if value='foo' formid='1' field_id='1'] Some HTML content [/esiggravity_show_if] | |
| Version: 1.0.0 | |
| Author: Arthur Goldsmith | |
| */ | |
| if ( file_exists( ABSPATH . '/wp-content/plugins/gravity-signature-forms-add-on/includes/esig-gf-generate-value.php' ) ) { |
| import Ember from 'ember'; | |
| import fade from 'ember-animated/transitions/fade'; | |
| export default Ember.Controller.extend({ | |
| fade | |
| }); |
| import Ember from 'ember'; | |
| import fade from 'ember-animated/transitions/fade'; | |
| export default Ember.Controller.extend({ | |
| fade | |
| }); |
| import Ember from 'ember'; | |
| import fade from 'ember-animated/transitions/fade'; | |
| export default Ember.Controller.extend({ | |
| fade | |
| }); |
I hereby claim:
To claim this, I am signing this object:
| import Ember from 'ember'; | |
| export default Ember.Controller.extend({ | |
| applicationController: Ember.inject.controller('application'), | |
| appName: 'Ember Twiddle', | |
| someComputed: Ember.on('init', function() { | |
| const applicationController = this.get('applicationController'); | |
| }) |
| import Ember from 'ember'; | |
| export default Ember.Controller.extend({ | |
| appName: 'Notify Property Change Doesn\'t Force a Rerender', | |
| value: null, | |
| actions: { | |
| setValueToNull() { | |
| this.set('value', null); | |
| this.notifyPropertyChange('value'); | |
| }, |
| import Ember from 'ember'; | |
| export default Ember.Component.extend({ | |
| actions: { | |
| send() { | |
| this.send('onFooSend'); | |
| } | |
| } | |
| }); |
| import Ember from 'ember'; | |
| export default Ember.Component.extend({ | |
| }); |