Tobias Munk
Tobias Munk
...der on package compression. Experimental! See also https://github.com/yiisoft/yii/issues/1033 - how do you work around the images problem?
...ter package compression. Description and param name can still be improved ;)
continued from https://github.com/schmunk42/database-command/issues/17#issuecomment-70306189 Running command without any parameters (i.e. yiic edatabase) does display help, but also throws Error: Unknown action: index error. You may want to mute that somehow.
during dump
When the primary key is composed of two columns, the command generation is also incorrect: ``` CREATE TABLE IF NOT EXISTS `alert_listener` ( `alert_listener_id` int(11) NOT NULL AUTO_INCREMENT, `listener` varchar(250)...
A small suggestion for the generator: I prefer to get the table name form the Model, like this: ``` $this->createTable(ActionHistory::model()->tableName() ``` from http://www.yiiframework.com/extension/database-command/#c11253
Looks to me like https://github.com/gitlabhq/grit is actively maintained and eg. still in use for gollum/gollum. Just thought it would be helpful for users researching issues with grit - like me.
I tried to run [this test-suite](https://github.com/jwilder/nginx-proxy/tree/master/test) locally on and got this error: ``` /usr/local/libexec/bats-exec-suite: Zeile 20: let: count+=: Syntax Fehler: Operator erwartet. (Fehlerverursachendes Zeichen ist \"+=\"). ``` which hardly translates...
I tried to build a version with an updated base-image, but I can't get past ``` [...] github.com/docker/docker/vendor/github.com/opencontainers/runc/libcontainer/system github.com/docker/docker/pkg/term github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/vendor/github.com/sirupsen/logrus github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/mount # github.com/docker/docker/pkg/mount src/github.com/docker/docker/pkg/mount/mount.go:75: undefined: sort.Slice github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/swarm...