Saad BENBOUZID
Saad BENBOUZID
Hi, I sent an email the 24th november 2012 to "[email protected]" with attachments. Did you at least get it ? I still didn't get any answer. I just tried "http://chromus.github.com/chromus/",...
Hi guys, I think there's a huge memory leak because while listening, the "Seesu Extension" process seen from Chrome Taskmanager is overwhelmingly increasing. I have to kill the process, then...
It would be nice if something like `ng-repeat-start-n` / `ng-repeat-start-n` would be available in future releases, in addition to AngularJS's native `ng-repeat-start-n` / `ng-repeat-start-n`. Thank you.
Hello, I cloned the project and started "example/src/i18n" as-is, but it seems that the labels from html file are not translated. Translation does actually work using I18n service (see chrome...
``` // BaseModel.php public function save() { ... return $this->id; } ``` Why do you return a raw "id" property ? You should return ```$this->{static::get_primary_key()}``` at least in the Insert...
I've migrated to IDEA 14.1.x and the plugin doesn't work anymore (both 14.1.1 and 14.1.2 which I've upgrated to today). It has no effet at all on all my MyBatis...