Arthur Skobara

Results 10 comments of Arthur Skobara

Hello! On my project I did it with [angular-permission](https://github.com/Narzerus/angular-permission). Note that angular-permissions works only with [ui-router](https://github.com/angular-ui/ui-router). It's how I define anonymous role ``` javascript angular.module('app') .run(function($rootScope, Permission) { Permission.defineRole('anonymous', function...

Hello, @stefanahman You have to define `Permission.defineRole(...)` into `.run()` phase of your application and make sure that `run` method of your module is called after `ng-token`'s. On this phase ng-token-auth...

I've faced same problem with Gnome on X11, but when I switch my DE to awesomeWM it's disappearing

Also, a few things are confusing me a bit in this PR: 1. Method `reserve` doesn't make a reserve actually. 2. Placing a job's id into "reserved" queue are making...

Any updates? I'm already using this patch in production, and seems like it's works.

Implementation of the mutex can be changed via config. It's only default behavior.

Yeah, right now `yii\redis\Mutex` is using, but no one forbid to inherit some class from it and use this implementation in the queue. Yii provides `yii\redis\Mutex` with 1 second delay,...

Oh, I get it.

same here: ``` 2018-06-12 14:01:03 [pid: 22488] - Worker is stopped (0:12:18) PHP Notice 'yii\base\ErrorException' with message 'Undefined offset: 1' in /etc/bamboo/bamboo.home/xml-data/build-dir/FX-FXAPID43-JOB1/releases/140/vendor/yiisoft/yii2-queue/src/drivers/redis/Queue.php:152 ```

Your solution works! Thanks! For profile I use basic commands: ``` :profile start profile.log :profile func * :profile file * " At this point do slow actions :profile pause :noautocmd...