Roberto Pereira da Costa

Results 7 comments of Roberto Pereira da Costa

.env bellow: ```ini ########################################################### ###################### General Setup ###################### ########################################################### ### Paths ################################################# # Point to the path of your applications code on your host APP_CODE_PATH_HOST=../ # Point to where the...

To workaround I commented the lines 131, 165-168 of workspace/Dockerfile ``` # 131 # COPY ./auth.json /home/laradock/.composer/auth.json # 165-168 # RUN if [ ${COMPOSER_AUTH_JSON} = false ]; then \ #...

I have the same problem using Vim. PageUp, PageDown, Home, End, Insert, Pause e ScrollLock are printed. I'm using AppImage version.

![Screenshot_2019-06-22 Plugins ‹ 4Emotions — WordPress](https://user-images.githubusercontent.com/1685216/59967163-bde3c080-94fc-11e9-8014-60ff7c116e85.png)

![Screenshot_2019-06-22 Manage Themes ‹ 4Emotions — WordPress](https://user-images.githubusercontent.com/1685216/59967185-1dda6700-94fd-11e9-9859-3221775caacb.png)

This happened in my site. The fail cause was not have write permissions. I removed .maintenance file by hands.

Peguei a planilha com 100787 nomes do brasil.io https://brasil.io/dataset/genero-nomes/nomes/ Usei a regex: `^[A-Za-záàâãéèêíïóôõöúçñÁÀÂÃÉÈÍÏÓÔÕÖÚÇÑ' ]+$` Testei no link: https://regex101.com/r/dweItc/1 E casou com todos os nomes essa expressão.