Donny Akhmad Septa Utama

Results 11 issues of Donny Akhmad Septa Utama

i cant run your v2code,, what im missing?

help wanted
v2

How to implement refresh token like this: 1. when login return `access_token` and `refresh_token` 2. when `access_token` expires, return a message that informs the token was expired. 3. after expired,...

I got this error ![image](https://user-images.githubusercontent.com/13846150/119369635-9b591400-bcde-11eb-8d47-cf349d4a10f0.png) for emergency I solve this with extends yii\rbac\DbManager and overwrite function: ``` public function getRule($name) { if ($this->rules !== null) { return isset($this->rules[$name]) ? $this->rules[$name]...

type:bug
status:under discussion
PostgreSQL

my project using camview, and when i run, show error like this: Error:(47, 28) error: method execPool in class CAMViewAsyncTask cannot be applied to given types; required: CAP#1[] found: no...

https://github.com/seshac/otp-generator/blob/d0eec40f50e580eeedf75d9d9d1f01961a96a643/src/OtpGenerator.php#L121

can grouping to manage connection

### What steps will reproduce the problem? ``` $book = Book::find()->where(['=', 'status'. 'publish')->rawQuery(); ``` ### What's expected? ``` db.getCollection("book").find({ "status": "publish" }); ``` ### What do you get instead? ###...

I have added Datepicker using your widget ```kartik\date\DatePicker``` on Gridview's ```pjaxOptions -> beforeGrid```. On the first load, this widget works properly. but if I want to filter or change the...

https://github.com/kunalvarma05/laravel-rabbitmq/blob/2927e58a36868c092f6652e8dabcf687b89d8dc8/src/config/rabbitmq.php#L24 if I copied this, with name like `another`, how to use it?

Can we have another option for user menu (corner up right) instead legacy menu? just simple dropdown or dropdown with user picture, dropdown with picture and name, or just logout...

type:enhancement
version:4.x