Lex Kuncevič
Lex Kuncevič
I have this script `"start": "node ./node_modules/json-server/bin/index.js --watch --port=3000 db.json"` if I run that like `npm start` - all looking good however if I do `hotel add 'npm start'` in...
@mehrdaad I am running the thing in my project folder so as far as I can tell hotel applying the current dir if you not specifying the dir. That is...
Was wondering how would you create default db and user just by using docker-compose.yaml file That is what i've got now: ``` sqlserver: container_name: 'sqlserver' image: microsoft/mssql-server-linux:2017-CU1 environment: - ACCEPT_EULA=Y...
@pjpradeepjha using this image https://github.com/mcmoe/mssqldocker - yes But the mssql docker image is so huge in size also it needs at least 3.5 gb of ram to run (2gb with...
Does that seems [related](https://github.com/ec-/Quake3e/issues/162)?
Sometime I had to restart my m1 machine in order to fix the performance problem
I just incidentally notice that actually the lag problem accouter when I have more than two bluetooth devices connected to my macbook. So I have a bluetooth mouse that connected...
You can save the svg's rather with unique classes names or inline styles, that would fix that problem
I also tried https://chrome.google.com/webstore/detail/disable-keyboard-shortcut/aidbmcboeighgdnilpdljbedbbiocphj which didn't also work for me, I wanted to disable Command + Option + F which brings the `Search the Web...` However here is a trick...
@eranshmil I just did remove `"cli": { "defaultCollection": "@ngxs/schematics" }` from my `angular.json` config as workaround