Nils

Results 19 comments of Nils

Okay, step by step, how to add Organization to the permit, that permit grants? Example: Certification organization X has finished their procedure to test if Organization Y is allowed to...

In this project template, what decides how to build application is webpack, and you configure it via `webpack.config.js`. To change how webpack builds it for production, go to the [webpack.config.js](/vuejs-templates/webpack-simple/blob/master/template/webpack.config.js#L92)...

Another example: ``` char *response; response = "{ \"result\": null }"; printf( "initial response: [%s]\n", response); char tempResponse[65535]; struct json_out jsonToOutputBuffer = JSON_OUT_BUF(tempResponse, sizeof(tempResponse)); jsonToOutputBuffer.u.buf.len = 0; json_setf(response, strlen(response), &jsonToOutputBuffer,...

Reproduced in chrome browser. Fixed with: ``` .Dq { z-index: 1000; } ```

I had similar issue. It is related to `yii2-redis` source being _polluted_ with log (**\Yii::trace**) entries, that can't be easily controlled: - https://github.com/yiisoft/yii2-redis/blob/master/src/Connection.php#L543 - https://github.com/yiisoft/yii2-redis/blob/master/src/Connection.php#L673 (called for every cache operation)...

@samdark If you would provide more information about "yiiframework.com API", I would look into this.

@samdark Is there a repository for potential "yiiframework.com API" where we could create feature requests? If there is none, could you please create it?

@cebe ok, I will prepare some proposal for data format and create new issue

Vagrant, because I'm familiar with it and know that it works. I heard that Docker has problems with some stuff that yii uses, related to composer or other stuff, I...

There are no "image" required, just configuration files. And in addition, there will be nothing pre-installed. "Configuration" contains instructions (could be in simple shellscript format, or even Ansible playbook) that...