Carsten Brandt

Results 375 comments of Carsten Brandt

> $multichain = new MultichainClient('localhost:7764', 'multichainrpc', 'G4qkA3XPg61Q2xFQvbnyFa889DaBTNhGbsxSki3HEfsE', 3); you are missing `http://` before `localhost`.

How do you expect the entry in the relation table to be created when the model has no primaryKey value assigned?

This syntax has not been added as it adds confusion about what an array key should stand for: ``` php ->joinWith( ['alias' => 'relation'] ) // array key is the...

> To be honest, I don't really like the ['alias' => 'relation/table'] notation this notation is forced by the nature of php, because we can have aliases for Query objects,...

talking about from() and join(), query does not make sense for joinWith() because its only sense is to reuse existing definition of a relation.

This is something for https://github.com/yiisoft/yii2-collection specifically https://github.com/yiisoft/yii2-collection/issues/6

> ``` > if ($this->hasAttribute($name)) { > return $this->getAttribute($name); > ``` This is exactly the same as current yii code, but current code is optimized for speed, so what is...

FYI: I have merged this to master on my fork and added recent test results: https://github.com/cebe/Markbench#markdown-benchmarks-php

Does not work for me too. Error in lg panel: ``` Main.messageTray._summaryItems[i] is undefined. ``` gnome-shell version: 3.4.2-7+deb7u1