William Tisäter

Results 13 comments of William Tisäter

This would be really helpful, I have a couple of make targets that require the repo to be in unlocked state, I still don't want to unlock it in the...

If you are curious about my current workaround: ``` grep -rq "\x0GITCRYPT" path && echo "Locked" || echo "Unlocked" ```

@algorist No, patches are welcome if this is still an issue.

Simply when someone decides to take time to fix it. I'm using fake_sqs without hitting this bug. A first good step would be to post code/versions here to re-produce the...

I'm in Python land, but I guess this might happen with newer versions of `boto3` as well. Send message should send a correct MD5 back, but it obviously doesn't in...

Does not complain in latest boto3. Fake: ``` { u 'MD5OfMessageBody': '444bcb3a3fcf8389296c49467f27e1d6', 'ResponseMetadata': { 'RetryAttempts': 0, 'HTTPStatusCode': 200, 'RequestId': '465c6a9a-3b14-4007-a628-fce678fb4280', 'HTTPHeaders': { 'content-length': '306', 'x-xss-protection': '1; mode=block', 'x-content-type-options': 'nosniff', 'server':...

@cladden TBH, I haven't spent any time looking in to what it would mean in terms of design. All I know is that we already "guarantee" single delivery and order.

Took a while to understand what you meant, the link had been updated and pointed to another function. For future readers, the function can be seen at the link below....

Try hinting using `ProjectPydantic = pydantic_model_creator(ProjectModel, name="Project") # type: PydanticModel` instead. Not optimal but this works for me. Dynamic base classes in mypy are discussed here: https://github.com/python/mypy/issues/2477

Further development can be made here: https://github.com/cigamit/boxeehack http://boxeed.in/