Rob Kelly

Results 8 issues of Rob Kelly

Recently I used cxx and had a use case where a hashmap and/or hashset would have been useful. They are mentioned as pending in the docs and so I'd like...

Just ran this out of curiosity, I don't think NSFW links should be used by default, or a warning should be provided.

i'm currently working on changing z3-sys to use cxx.rs, would you be open to replacing this if I get the interface to match?

Is there any possibility we can add a feature that allows for soft deletes to be ignored? https://github.com/graphql-python/graphene-sqlalchemy/blob/db3e9f4c3baad3e62c113d4a9ddd2e3983d324f2/graphene_sqlalchemy/utils.py#L22 I am about to fork this repo so I can add a...

I am trying to have a custom error, as in: ```proto message Error { string name = 1; string type = 2; } ``` And I would want to add...

I get this error when I run the app with images I insert, I check with numpy/cv2 and they have the same shape, so I was wondering where this error...