Omid Raha

Results 59 comments of Omid Raha

Please merge and release.

@pawelpetruch Please add `BoxShadow.color` or ‍‍‍‍‍`BoxShadow` as constructor [option](https://github.com/pedromassango/bottom_navy_bar/pull/67/files#diff-5d9e31d6695e39a073f14e2524557138R71). Please add `activeOpacity` as constructor [option](https://github.com/pedromassango/bottom_navy_bar/pull/67/files#diff-5d9e31d6695e39a073f14e2524557138R161).

Just pass request as None, ``` class SwaggerSchemaView(APIView): permission_classes = [AllowAny, ] renderer_classes = [ renderers.OpenAPIRenderer, renderers.SwaggerUIRenderer] def get(self, request): generator = SchemaGenerator() schema = generator.get_schema(request=None) return Response(schema) ``` When...

I built it, thanks. Also may be it's good idea to put it to the google play.

Thank you so much, I'm so eager for it. and I will wait for that.

I found this lib now and when I try to use it I get the same error. Version: `com.hbb20:ccp:2.3.3` Also there are these lines in traceback: ``` Caused by: java.lang.ClassNotFoundException:...

I know about that , but I need to use `itemBuilder` I think `itemBuilder` needs something like this ```dart itemBuilder: (BuildContext context, int index, Mood mood) { } ``` That...

https://github.com/IdentityPython/pysaml2/issues/404

I would like to load all `certs`, `configs` and `metadata` files from memory or DB: - ``"key_file": full_path("pki/mykey.pem")`` [[here]](https://github.com/IdentityPython/pysaml2/blob/0a030cb6c7df204298d12cf061c22e7a3d9028f8/example/idp2_repoze/idp_conf.py.example#L97), [[here]](https://github.com/IdentityPython/pysaml2/blob/0a030cb6c7df204298d12cf061c22e7a3d9028f8/example/idp2/idp_conf.py.example#L114), [[here]](https://github.com/IdentityPython/pysaml2/blob/0a030cb6c7df204298d12cf061c22e7a3d9028f8/example/sp-repoze/sp_conf.example#L26) - ```"cert_file": full_path("pki/mycert.pem"),``` [[here]](https://github.com/IdentityPython/pysaml2/blob/0a030cb6c7df204298d12cf061c22e7a3d9028f8/example/idp2_repoze/idp_conf.py.example#L98), [[here]](https://github.com/IdentityPython/pysaml2/blob/0a030cb6c7df204298d12cf061c22e7a3d9028f8/example/idp2/idp_conf.py.example#L115), [[here]](https://github.com/IdentityPython/pysaml2/blob/0a030cb6c7df204298d12cf061c22e7a3d9028f8/example/sp-repoze/sp_conf.example#L27) - ```"metadata": {...