I hereby claim:
- I am azurelogic on github.
- I am azurelogic (https://keybase.io/azurelogic) on keybase.
- I have a public key whose fingerprint is FFAA BC38 1299 E2D9 AA48 2060 F0D2 DEBF 84AF 9C42
To claim this, I am signing this object:
(function () { | |
angular.module('yourModule') | |
.decorator('$http', httpConfig); | |
// Uses the following libs: | |
// angular-cache: https://github.com/jmdobry/angular-cache | |
// lodash: https://lodash.com/ | |
// node-uuid: https://github.com/broofa/node-uuid | |
// I wrap lodash and node-uuid in their own services separately | |
httpConfig.$inject = ['$delegate', '$q', '$timeout', 'CacheFactory', '_', 'uuid']; |
I hereby claim:
To claim this, I am signing this object:
global.logStep = function() { | |
console.log('Yeah!'); | |
console.log(`event: ${JSON.stringify(event)}`) | |
} |
pytest
and pytest-fixtures
for test setup, execution, and teardown.datetime
for date/time, requests
for HTTP requests, and logging
) and external libraries, including BeautifulSoup4
for HTML parsing, to avoid reinventing the wheel. Favor well-maintained and widely-used libraries.