Giorgio Sironi
Giorgio Sironi
In case someone else run into this, for example [mailcatcher](https://hub.docker.com/r/schickling/mailcatcher/tags/) only contains a `latest` tag which means automated builds using it may lead to a different results as that tag...
Servers are a relic of the old economy. We need to be ready for a serverless future: Please make this able to be deployed as an AWS Lambda.
We have to decide whether to use JSHint or some similar linter, in order to have absolutely no effect whatsoever on the quality of this code.
The web has spoken: http://staltz.com/all-js-libraries-should-be-authored-in-typescript.html We need to immediately rewrite this in TypeScript and compile it down to ES 7, 6, 5 and possibly a Netscape 1.x compatible version.
**Describe the bug** Compiling TypeScript tests using Taiko results in a missing type declaration error: ``` [lint:typescript:dev ] node_modules/taiko/types/taiko/index.d.ts:6:22 - error TS2307: Cannot find module 'devtools-protocol' or its corresponding type...
The README says: ``` Dockter does this by looking for a special # dockter comment in a Dockerfile. Instead of throwing away layers, it executes all instructions after this comment...
The page: https://virtualddd.com/learning-ddd/ddd-crew-context-mapping#contributions-and-feedback has a broken link to: https://virtualddd.com/learning-ddd/ddd-crew-context-mapping//7a1da02b8994e78f3381e9c3b091ae47/Remote-Context-Mapping-Starter-Kit.rtb That should probably be: https://github.com/ddd-crew/context-mapping/blob/master/resources/Remote-Context-Mapping-Starter-Kit.rtb
### Terraform Version Terraform 0.11.7 Fastly Provider 0.1.4 ### Affected Resource(s) `fastly_service_v1` ### Terraform Configuration Files ```hcl { "resource": { "fastly_service_v1": { "fastly-cdn": { "domain": [ { "name": "vcltest--cdn-gateway.elifesciences.org" }...
It would be interesting to store this body along with the counters, for debugging purposes like a `smoke_debug` function that would print what happened. Would be interested in a pull...
When I run with the bash `-e` option (stop at first command with a return code different from `0`), the tests terminate at the first check because of this increment:...