Andrey Syschikov

Results 18 comments of Andrey Syschikov

Something has to be done about it. The current behaviour of `exclude` is destructive, because it applies to all files regardless of depth. I want to exclude a directory from...

@unho it is up to you of course, but printf function (and python analog) will treat `%d% something` as 2 placeholders: ``` python >>> '%d% something' % (10, ) Traceback...

@unho right - error is not with particular placeholder, problem with the string as a whole because it will break printf/python formatting. And I added specific error explaining the problem...

> This use case could be solved by removing the UUIDv4 requirement on the id field. @richardmcclellan what about the use case of Amazon DynamoDB table having partition key and...

Took me 2 hours to understand why a standard "Authorization: Bearer ..." header doesn't work. Not a single line about it in the docs. The OIDC standard explicitly mentions the...

How is AWSTimestamp a fix here, I don't get it. I am still looking for the Long type for large integer numbers.

Partition is not always `aws`: https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/using-govcloud-arns.html: > In the AWS GovCloud (US) Regions, ARNs begin with: > > arn:aws-us-gov

Please reconsider migrating to PTK2, right now because of this it is impossible to keep `aws-shell` and `ipython` in the same environment due to PTK version clash. I may be...

I think I figured the problem - transform attribute is not parsed for `g` element.

@fquirin for me `websocket.client_state == WebSocketState.CONNECTED` check never worked, because `client_state` stays connected even if the client is long gone.