Kairat Jenishev

Results 4 issues of Kairat Jenishev

Hey there! Does it make sense to add the ability to disable the "send" command? For example: ``` ruby # config.rb activate :google_analytics do |ga| ... # Send pageview hit...

Enhancement

Example: ```php $options = new Options(); $options->plugins = [ 'tooltip' => [ 'enabled' => true, 'callbacks' => [ 'label' => "function (context) {...}" ] ] ]; ``` Expected result: ```js...

All following dependencies failed: ```php $d1 = new \yii\caching\CallbackDependency(['callback' => fn () => Yii::$app->user->identity->getId()]); $d2 = new \yii\caching\CallbackDependency(['callback' => [Yii::$app->user->identity, 'getAuthKey']]), $d3 = new \yii\caching\ChainedDependency([ 'dependencies' => [ $d1, $d2,...

https://github.com/zhuravljov/yii2-queue-monitor/blob/fa5246ba653164848fbd27b86a83e1adb8145c2e/src/controllers/JobController.php#L164-L169 The `$uid` variable will be `null` in case if `beforePush` event has been handled (i.e. `$event->handled` set to `true` in the particular behavior). Here is the proposed solution: ```php...