Pigo
Pigo
> How much better? I mean only redis driver , if we set an option like "useUuidAsQueueId=true". In the redis driver , check useUuidAsID === true , if true ,...
@williamdes Yes , I am testing mariadb 10.7.1 on docker
Can this function be implemented? Because I found that when I mount config.user.inc.php on the host as a volume, when I use vim to edit config.user.inc.php, then the container will...
I think you need post your request to jquery-locationpicker-plugin https://github.com/Logicify/jquery-locationpicker-plugin I think you could modify it by jquery . 
This code can work !! If id is test ~~~ $("#test").locationpicker("map").marker.setTitle("wa ha ha"); ~~~
I will check this sample code, sorry. Of course, you can switch to the first longitude, the second latitude, if this result is correct.
I want to use JWT for authentication and use emqx-auth-http for acl . But JWT login has no username , and emqx-auth-http will not send password( JWT ) to web...
> Am I correct that you have multiple websites and want a single RBAC hierarchy to manage permissions for all these at once? No Single site , but has two...
Casbin can support it , I have post a question on there. https://github.com/php-casbin/php-casbin/issues/55 But casbin has some problem , it always query all data from database when running in classic...
You mean when I check access I use `Yii::$app->use->can("do_thing_in_1") ?` I think its hard manage for me.... If I add domain column to assignment table , It will be simple....