Richard Zilahi
Richard Zilahi
There are changes in `husky 5` which are concerned by executables in git hooks. See changes [here](https://typicode.github.io/husky/#/?id=locally-installed-binaries). Using committizen with `husky` >= 5 requires changes in the config as well....
I am having the following `yml`: ``` image: php:5.6.31 pipelines: default: - step: script: - apt-get update - apt-get -qq install git-ftp - chmod 0755 ~/.ssh - cat my_known_hosts >>...
Hey, I am struggling this for a while now, and it seems like I am unable to solve it on my own, so came here for help :) This is...
i am trying to use the `react-express-mysql`. when hitting ``` docker compose build ``` and then ``` docker-compose up` ``` the frontend starts up correctly on the port `3000`, however...
(_removed the template, as this is a generic error, not a functional one_). Check `Dockerfile`: ``` # Run node server CMD npm run start ``` check `package.json`: ``` "scripts": {...
hey! Is there a way to change the color of a text printed with the method `print()` in a defined command? I have the `prompt` set to `prompt="#fff"` but there...
Hey! I have just a question, i am struggling to solve it for a while now. I want to have a screen, to navigate there from another using `` It...
### Tab Modifier version **Browser:** `Chrome` **Extension version:** `0.22.0 ` ### Expected behavior When the rule is applied on a pinned tab, I expect it to stay there all the...
By executing the npm run dev:watch and watch, or examples:watch its not seems to run on any port. how do you develop this?
Usually I am using webpack or gulp to compile, but for really small projects, or testing purposes, i still using this. but, is there any way to turn this off/on...