George Irwin

Results 7 issues of George Irwin

Just curious to know why the `MaxNumberOfMessages` have been fixed to 1? Would it not make sense to return a batch of messages (SQS max is 10)? https://github.com/igalarzab/sqjobs/blob/master/sqjobs/connectors/sqs.py#L87 Looks like...

question

### Step 1: Are you in the right place? - [x] I have verified there are no duplicate active or recent bugs, questions, or requests - [x] I have verified...

Status: Accepted
Type: Bug
Status: Blocked
Status: Stale
Priority: High

Not sure where this is coming from, but I'm suddenly getting this error whenever I try to load any page in my app..... If I add the setting to my...

I'm not sure if this will be useful to the library, but I've created a `paginated_field` decorator for my project to make it easier to create fields which support pagination...

question

I'm trying to add support for nested objects in my graph per the example below. But it seems that the nested objects are not parsed/read correctly? ```python class CommandResponseAttributes(Object): field_type:...

enhancement

Firstly, thanks for a great plugin! It is proving to be very useful. I've been trying to work out how to enable cross-referencing python objects from within the UML. My...

It seems that the `Query.raw()` syntax does not support the use of parameters (which is supported by the underlying RedisGraph query). Is there a way to pass a dictionary of...