Results 65 comments of Nicholas Moore
trafficstars

Time will be parsed from comments of special format: ![image](https://user-images.githubusercontent.com/829880/65018100-f85cce00-d930-11e9-8d50-3da96cb98a30.png) Time marked using this way displays on right panel in Gitlab: ![image](https://user-images.githubusercontent.com/829880/65018147-10cce880-d931-11e9-93da-b3ba514f5d60.png)

Hi. This fixed in #68. Try to git pull and build containers again.

Hm. Cant reproduce this. Are you rebuild containers using `--build` option?

I has stucked with this problem too. And it works after I open page in browser: http://localhost:3000 ```bash $ go version go version go1.11.1 linux/amd64 $ gin -v gin version...

Hmm.. I have found reason. Now I run command with `-i` flag: ```bash $ gin -i run main.go ``` And it works well: ```bash $ gin -i run main.go [gin]...

Hi. Maybe this linked with your php version. I will update update this project several weeks later.

Видимо имеется ввиду "и **возвращает** вектор ответов"

I see what it is bug of PDO driver for PostgreSQL: ``` $pdo = new \PDO('pgsql:host=localhost;dbname=yii2basic', 'username', 'password'); $pdo->prepare("select ':a ? \\'"); ``` PDO::prepare(): SQLSTATE[HY093]: Invalid parameter number: mixed named...

Any updates?