sm2017

Results 74 issues of sm2017

Here https://github.com/GiancarloCode/form_bloc/blob/master/packages/form_bloc/lib/src/blocs/multi_select_field/multi_select_field_bloc.dart#L158 Once we update items `items.contains(value)` is always `false` because `value` is a List and when we update items, value set to ` Optional.of([])` and we loose selected values

bug

##### Description of change Like other plugins let disable/enable plugin on agent and app

##### Checklist - [x] `npm test` passes - [ ] tests and/or benchmarks are included - [ ] documentation is changed or added - [x] commit message follows commit guidelines...

I want to use JWT for my access tokens , but for some scope I want to revoke JWT immediately In `model.getAccessToken()` , How can I access requested scope? I...

How can I access to User's IP in saveToken and generateAccessToken ?

In document https://oauth2-server.readthedocs.io/en/latest/model/spec.html#validatescope-user-client-scope-callback >To accept partially valid scopes: ```js // list of valid scopes const VALID_SCOPES = ['read', 'write']; function validateScope(user, client, scope) { return scope .split(' ') .filter(s =>...

bug
unverified

> Will layout the header above the content unless the overlapHeaders boolean is set to true. The header will remain stuck to the top of its parent Scrollable content. Is...

Is there any way to open a link in the default browser? i.e. when redirecting to a bank gateway

I have a problem with incall manager , when iOS device has incomming webrtc call , the webrtc just transfer video , not voice In android , everything works ,...

See https://github.com/reactphp/promise/issues/66 please I need `guzzlehttp/promises` implements `done()` https://github.com/reactphp/promise#done-vs-then