I hereby claim:
- I am carsondarling on github.
- I am carsondarling (https://keybase.io/carsondarling) on keybase.
- I have a public key ASAF993d6ZaoKopHsJ5V5nAXLq46yZDq065L4blM46bisAo
To claim this, I am signing this object:
| version: '2' | |
| services: | |
| # The proxy is responsible for running an nginx instance and routing to each | |
| # container that has a VIRTUAL_HOST environment variable setup. We are | |
| # exposing both ports 80 and 443, so that HTTPS redirection will happen. | |
| proxy: | |
| image: jwilder/nginx-proxy | |
| ports: | |
| - "80:80" | |
| - "443:443" |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # Save this script as /usr/local/bin/notify-send and make sure to chmod +x! | |
| # NOTE: This has not been extensively tested, though it does work with | |
| # XChat. Let me know if it works with others! | |
| # Make all notify-send calls go away after they've popped up | |
| /usr/bin/notify-send --hint int:transient:1 $@ |
| Workspace/sequelize ▶ npm run test-buster-sqlite [master] | |
| > [email protected] test-buster-sqlite /Users/cdarling/Workspace/sequelize | |
| > DIALECT=sqlite ./node_modules/.bin/buster-test | |
| [SQLITE] DAO: . | |
| [SQLITE] Migration: ....... | |
| [SQLITE] DAOFactory: ............................................................. | |
| [SQLITE] BelongsTo: . | |
| [SQLITE] Sequelize: .....T. |