Last seen: sty 23, 2025
1. open tsconfig.js from / 2. content of tsconfig.js { "extends": "@quasar/app-webpack/tsconfig-preset", "compilerOptions": { "baseUrl"...
let store = new Vuex.Store({ state: { user: null, }, mutations: { setUser: function (state, user) { stat...
connect to HTTPS not HTTP related: android:usesCleartextTraffic="true" and remember that local cordova is hosted onso you have to connect with htt...
deploy: image: my_secret_docker/yes:latest script: - ssh -o StrictHostKeyChecking=no -T -i /my_private_key -p '1022' 'remoteusername@...
Edit tests/DuskTestCase.php and add '--no-sandbox' or try with "Use Docker-in-Docker with privileged mode" example protected function drive...
example .gitlab-ci.yml entry test: stage: test services: - name: mysql:latest alias: db command: ["--default-authentication...
use -h mysql unzip -p database/db.sql.zip | mysql -h mysql -u root -psecret my_database