fortm

Results 7 issues of fortm

I needed to run 3 background commands in async mode and then wait in controller for all of them to finish So far I found example of running in serially...

With Yii 1.1.14 code base, I am using NLSClientScript v5.0 and it works well , but i needed to merge js and css files into one file and minify them....

Thanks for very nice plugin. I have a question though if we can have multiple drawers on same page. For example a left sidebar toggle drawer as well as a...

```php public function actionProfileValidate() { $user = new User(); $model1 = new Model1(); $model2 = new Model2(); if (Yii::$app->request->isAjax && $user->load(Yii::$app->request->post()) && $model1->load(Yii::$app->request->post()) && $model2->load(Yii::$app->request->post()) ) { Yii::$app->response->format = 'json';...

JS

On click , is it possible to not just surround the clicked element but take full screen area ? I am trying to use this plugin alongside [jquery floating icons](https://github.com/nobitagit/material-floating-button)...

After ember install ember-cli-materialize finished successfully , ember generate give error as below ``` ember generate ember-cli-materialize Unknown blueprint: ember-cli-materialize ``` npm -v 3.10.8 node -v 6.8.0

Using this client , we can send requests to ATLAS service. It seems only 1 instance of Atlas Service(containing kafka consumers + REST API + in-memory typed cache ) runs...