Results 8 issues of Pigo

I want to implement a proxy program. A = evio B = backend service The client will connect to A , and A read data from B then out data...

If we can use UUID as the ID of the queue, I think we can use MULTI COMMAND in the redis driver to make the performance better

type:enhancement
status:under discussion

### Is your feature request related to a problem? Please describe. [A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]](https://giters.com/michaeldyrynda/laravel-efficient-uuid/issues/42) ### Describe the...

enhancement

As title I don't want modify config.user.inc.php If I create a custom phpmyadmin image for my team members , Other member can define custom config in config.user.inc.php. But this image...

enhancement

dear ~ I wrote a calander item to iphone 3gs , it will remider me. But iphone 4 can't iphone 4 calander looks like default disable redmider. Is it possible...

# controller code ``` php $config = [ 'steps' => ['profile', 'region', 'photo'], 'events' => [ WizardBehavior::EVENT_WIZARD_STEP => [$this, $action->id.'WizardStep'], WizardBehavior::EVENT_AFTER_WIZARD => [$this, $action->id.'AfterWizard'], WizardBehavior::EVENT_INVALID_STEP => [$this, 'invalidStep'], ] ];...

Orignal Yii has AccessControl that use in Controller behavior. It's simple for us to control page permission. I think yii-permission should be able to implement. usage example in controller: ```php...

enhancement
help wanted

I want to design a multiple domain/tenant RBAC . but auth_assignment item_name is primary key. So I need create roles domain/1/admin , domain/2/admin etc .... then I can assign user...

type:enhancement