Andrés Correa Casablanca

Results 102 comments of Andrés Correa Casablanca

En Firefox sí que tenía complementos potencialmente problemáticos, pero en Chrome no, y sucedía lo mismo. Igualmente parece que medio lo habéis solucionado. No sé si sabéis cuales fueron las...

Solo me pasa con ese sub con mi usuario, en la sección "Descubrir nuevos subs". No me puede pasar sin estar logueado porque es la lista de subs a la...

Hi, I'm interested on contributing spam filtering. Captcha systems aren't enough since there are paid people doing manual spam, not only bots (personally, in my old blog I received a...

Hi @gaurav5430 , in the issue #742 you can see how I configured commitizen + commitlint + husky. It works quite well.

Oh, sorry. I will speak for my specific case. I'm using `commitizen` as a wizard helper, while I still rely on `commitlint` to ensure that no one breaks the rules...

`commitizen` & `cz-conventional-changelog` are able to read and use the `commitlint` configuration (I checked it).

I found the solution, I had to change the `config` entry in the `package.json` file (notice how I explicitly specify the `cx` directory): ``` { "config": { "commitizen": { "path":...

Well, it seems I was too optimistic, there are still some "minor" problems: ``` (node:429371) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/home/user/Code/namespace/prj-name/cx/.git/COMMIT_EDITMSG' at openSync (fs.js:461:3) at commit...

For now I'm applying a workaround, although it seems pretty nasty to me (basically I create a temporary symbolic link to the `.git` directory, and I also revert the change...