I hereby claim:
- I am maqdev on github.
- I am maqdev (https://keybase.io/maqdev) on keybase.
- I have a public key ASCYGQyAOLIJDytEeVaroAeHNsH1gylbNQznEzgyqk79Lgo
To claim this, I am signing this object:
| #!/bin/bash | |
| #------------------------------------------------------------------------------ | |
| # Name: sbtmkdirs | |
| # Purpose: Create an SBT project directory structure with a few simple options. | |
| # Author: Alvin Alexander, http://alvinalexander.com | |
| # Info: http://alvinalexander.com/sbtmkdirs | |
| # License: Creative Commons Attribution-ShareAlike 2.5 Generic | |
| # http://creativecommons.org/licenses/by-sa/2.5/ | |
| # Updated: Magomed Abdurakhmanov, http://github.com/maqdev |
| set -e | |
| ###################### | |
| # Options | |
| ###################### | |
| REVEAL_ARCHIVE_IN_FINDER=false | |
| FRAMEWORK_NAME="${PROJECT_NAME}" |
| 2015-09-15T11:35:43.000+02:00 mks1-lc WARN Association with remote system [akka.tcp://[email protected]:10004] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://[email protected]:10004]] Caused by: [Connection refused: cpb10-lc.lux.... | |
| 2015-09-15T11:35:41.000+02:00 mks1-lc WARN Association with remote system [akka.tcp://[email protected]:10004] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://[email protected]:10004]] Caused by: [Connection refused: cpb12-lc.lux.... | |
| 2015-09-15T11:35:39.000+02:00 mks1-lc WARN Association with remote system [akka.tcp://[email protected]:10005] has failed, address is now gated for [5000] ms. Reason: [Association failed with [akka.tcp://[email protected]:10005]] Caused by: [Connection refused: cpb12-lc.lux.... | |
| 2015-09-15T11:35:38.000+02:00 mks1-lc WARN Association with remote system [akka.tcp://[email protected]:10004] has failed, address |
| map $http_origin $allow_origin { | |
| default ""; | |
| "~^https?://(?:[^/]*\.)?(stevebuzonas\.(?:com|local))(?::[0-9]+)?$" "$http_origin"; | |
| } | |
| map $request_method $cors_method { | |
| default "allowed"; | |
| "OPTIONS" "preflight"; | |
| } |
I hereby claim:
To claim this, I am signing this object:
Assuming that there was a:
PR1 based on branch mainPR2 based on PR1And after squash-merging PR1 into the main branch,
sometimes we can't just merge PR2 due to a conflicts arising from the commits in PR1 being squashed.
Here's the step-by-step explanation of the Git workflow to resolve this issue:
git switch PR1 # if branch was deleted - restore it