This file contains hidden or 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
| response['Access-Control-Allow-Origin'] = '*' |
This file contains hidden or 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
| mailcatcher --http-ip=0.0.0.0 |
This file contains hidden or 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
| xvfb-run -a bundle exec rspec spec/ |
This file contains hidden or 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
| daemon off; | |
| error_log stderr; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| # As suggested in http://nginx.org/en/docs/http/websocket.html | |
| map $http_upgrade $connection_upgrade { |
This file contains hidden or 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
| Install the 0.14-compatible quasar-cli as a dev dependency in your legacy project: | |
| npm install --save-dev [email protected] | |
| this will place the legacy cli in your project node_modules | |
| to run quasar for your project: | |
| npx quasar dev etc | |
| npx is a wrapper that runs ./node_modules/.bin/quasar | |
| source: steveclarke @ quasar discourse channel 2.23.2018 |
This file contains hidden or 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
| iotop -a -p $(sed 's, , -p ,g' <<<`pgrep "_raid|_resync|jbd2"`) |
OlderNewer