I hereby claim:
- I am markreid on github.
- I am markreid (https://keybase.io/markreid) on keybase.
- I have a public key whose fingerprint is 3794 7F20 3B8B 926C 1880 14FD 5ACE E933 3D30 988D
To claim this, I am signing this object:
| // quick filter jira agile view by assignee | |
| (function(){ | |
| var constants = { | |
| ISSUE_CLASS: '.ghx-issue' | |
| }; | |
| var issuesLookup; |
| #!/bin/bash | |
| git status -s | grep __tests__ | cut -c4- | xargs jest |
| $('#files .meta .actions').append('<button class="btn-hide minibutton tooltipped tooltipped-n" aria-label="Hide this file">Hide</button>'); | |
| $('#files .meta .actions .btn-hide').on('click', function(){ | |
| $(this).toggleClass('selected').closest('div.file').find('.data').toggleClass('hidden'); | |
| }); |
I hereby claim:
To claim this, I am signing this object:
| // put this as the filter and enable 'regex' | |
| ^((?!extensions::).)*$ |