À préparer avant le sprint par le CTO : reprendre les points importants du sprint précédents.
Ajoutez des points dans les 2 sections suivantes à n'importe quel moment dans le sprint en modifiant l'issue :
I hereby claim:
To claim this, I am signing this object:
version: '3' | |
services: | |
database: | |
image: mysql:5.7 | |
environment: | |
MYSQL_ROOT_PASSWORD: password | |
wordpress: | |
image: wordpress:4.8-php7.1 | |
environment: | |
WORDPRESS_DB_HOST: mysql |
> $ ls -1 ~/Library/Application\ Support/Sublime\ Text\ 3/Installed\ Packages | |
0_package_control_loader.sublime-package | |
API Blueprint.sublime-package | |
Alignment.sublime-package | |
Ansible.sublime-package | |
ApacheConf.tmLanguage.sublime-package | |
Base16 Color Schemes.sublime-package | |
Better CoffeeScript.sublime-package | |
BracketHighlighter.sublime-package | |
CoffeeCompile.sublime-package |
Run docker-compose up -d --build
and head to localhost:8080
Verifying that +luxifer is my blockchain ID. https://onename.com/luxifer |
$ ./bin/phpunit overlap_test.php | |
PHPUnit 5.0.8 by Sebastian Bergmann and contributors. | |
............. 13 / 13 (100%) | |
Time: 140 ms, Memory: 3.50Mb | |
OK (13 tests, 13 assertions) |
I hereby claim:
To claim this, I am signing this object:
[alias] | |
branch-clean = !git remote prune origin && git branch --merged master | grep -v \"\\*\" | grep -v \"^[[:space:]]*master$\" | xargs -n 1 git branch -d |
diff --git a/public/css/style.css b/public/css/style.css | |
index 2f16989..a3d9630 100644 | |
--- a/public/css/style.css | |
+++ b/public/css/style.css | |
@@ -441,19 +441,13 @@ input { | |
.entry-content { | |
display:none; | |
- -moz-column-count: 3; | |
- -moz-column-gap: 2em; |