Derek Kulinski

Results 138 comments of Derek Kulinski

I see, but is `"ReceiptHandle": NotRequired[str],` or `"Body": NotRequired[str],` actually correct? I would expect them to be always present.

I'm referring to this. According to https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sqs/type_defs/#messagetypedef, AWS could just respond with `[{}]` (empty dictionary) and that would be a valid response? Surely `Body` and `ReceipientHandle` need always to be...

The `__pycache__` files are python source code compiled to a bytecode. If you remove those files python will be re-generating them every time it starts. You're essentially trading the startup...

Not sure if this is the same issue but I also experience crash on FreeBSD 14.1 though in my case `/var/log/auth.log` works fine but crashes on most other logs, for...

I think this is likely the same issue. I just downgraded to 0.11.2 and that version also appears to not crash for me.

@tstack I traditionally compile from sources via ports like @sfc-gh-srudenko, and it was crashing, but I just tested with binary installation via `pkg` and that's crashing too. When I revert...

Yeah, this would be a great feature. I have situation with task that everything else is much higher priority, but the task has a deadline. I end up bouncing it...

Is there plan to still address this issue?