- toHaveTextContent
https://ngrok.com/docs#multiple-tunnels https://stackoverflow.com/questions/25522360/ngrok-configure-multiple-port-in-same-domain
ngrok believe tunnels are open when they definitely are not #548 inconshreveable/ngrok#548
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://superuser.com/questions/70070/how-to-mount-a-bin-file-on-a-mac | |
# https://apple.stackexchange.com/questions/12812/mounting-cue-bin-files | |
# Installation | |
brew install bchunk | |
port install bchunk | |
# Create iso or wav files | |
bchunk image.bin image.cue image.iso | |
bchunk -w image.bin image.cue image.iso |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php app/console assets:install --symlink web && php app/console cache:clear --env=prod && php app/console cache:warmup --env=prod && chmod -R 777 ./app/cache && php app/console assetic:dump --env=prod && php app/console cache:warmup --env=prod | |
php app/console assets:install --symlink web; php app/console cache:clear --env=prod; php app/console cache:warmup --env=prod; chmod -R 777 ./app/cache; php app/console assetic:dump --env=prod; php app/console cache:warmup --env=prod |
{
"key": "ctrl+f5",
"command": "workbench.action.reloadWindow",
"when": "editorTextFocus"
}
NewerOlder