I hereby claim:
- I am aaronrm on github.
- I am aaronmarten (https://keybase.io/aaronmarten) on keybase.
- I have a public key ASDKTKibakVmXYrAqkBEf4inEv1jSDu6X0wT5vZnzkko6Ao
To claim this, I am signing this object:
| # frozen_string_literal: true | |
| module OMS | |
| class RetryRequestException < Exception | |
| # Throw this exception to tell the fluentd engine to retry and | |
| # inform the output plugin that it is indeed retryable | |
| end | |
| class Common |
I hereby claim:
To claim this, I am signing this object:
| var deleteAllGroupMembers = (function () { | |
| var deleteAllGroupMembers = {}; | |
| // the facebook ids of the users that will not be removed. | |
| // IMPORTANT: add your own facebook id here so that the script will not remove yourself! | |
| var excludedFbIds = ['1234','11223344']; // make sure each id is a string! | |
| var usersToDeleteQueue = []; | |
| var scriptEnabled = false; | |
| var processing = false; | |
| deleteAllGroupMembers.start = function() { |
| Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
| Enable-RemoteDesktop | |
| Enable-MicrosoftUpdate | |
| cinst 7zip.install | |
| cinst git.install | |
| cinst visualstudiocode | |
| cinst GoogleChrome | |
| cinst nodejs.install |