I hereby claim:
- I am rjkip on github.
- I am rjkip (https://keybase.io/rjkip) on keybase.
- I have a public key ASAY86rsVUNm59K8xW4YARMA5JLFLZYeIgQ1xoX_J6p8-Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
{ | |
"monolog": { | |
"title": "Monolog log file", | |
"description": "Monolog log format", | |
"url": "https://github.com/Seldaek/monolog", | |
"regex": { | |
"default": { | |
"pattern": "\\[(?P<timestamp>.*)\\] (?P<logger>.+?).(?P<level>\\w+): (?P<message>[^\\[\\{]+) (?P<context>[\\[\\{].*[\\]\\}]) (?P<extra>[\\[\\{].*[\\]\\}])" | |
} | |
}, |
.RECIPEPREFIX += | |
help: | |
@echo | |
@echo "\033[0;33mAvailable targets:\033[0m" | |
@cat Makefile | sed 's/: /: → /' | GREP_COLORS="ms=00;32" grep --colour=always -P '^[a-z0-9].+:' | column -s ':' -t | sed 's/^/ /' | |
test: test-fast test-slow | |
test-fast: | |
@echo OK |
[rjkip:/tmp/flowtest]$ flow check | |
/tmp/flowtest/game.js:5:11,16: ?Player | |
This type is incompatible with | |
/tmp/flowtest/player.js:20:18,23: Player | |
Found 1 error |