Rob Kelly

Results 4 comments of Rob Kelly

just noticed this example, will try it out and hopefully close ```from graphene_sqlalchemy import SQLAlchemyObjectType class ActiveSQLAlchemyObjectType(SQLAlchemyObjectType): class Meta: abstract = True @classmethod def get_node(cls, info, id): return cls.get_query(info).filter( and_(cls._meta.model.deleted_at==None,...

Mainly, if you wanted to provide a custom message type for your errors. For example, something like: ```protobuf message Error { int32 internal_error_code = 1; string user_name = 2; string...

same here, any progress?

Input and Output images must both be 2-dimensional, 3-dimensional, etc. If you go into image-analogies/main.py you'll see on line 65 the method for getting dimensions from from image_analogy import img_utils,...