Vlad Emelianov

Results 36 comments of Vlad Emelianov

This can potentially be dangerous for f-strings with brackets. ```python s = f"this can be safely transformed to a regular string" s2 = f"Here we have {{double_brackets}}, should they be...

As I see from the source code, f-string parsing is very poor for now. Suggestion: what if we use `ast.NodeVisitor` for regular strings and f-strings and try to build a...

This is not a bug in `handsdown`. The reason you get this output is that Python docstrings are just regular strings. So, in order to get a valid output, you...

I see. Doctest blocks are not closed correctly. Thank you for the report! The fix will be included in the upcoming `2.0.0` release.

Finally! It took one month, but Handsdown 2.0 is ready to be used. Tons of new features and Material Design included!

@kdaily this can be closed. Looks like `cloudformation` team updated `ResourceStatus`.

So, I am working on `types-aiobotocore`. They can be used for `aioboto3` as well, smth like: ```python import aioboto3 from types_aiobotocore_s3.client import S3Client from types_aiobotocore_s3.service_resource import S3ServiceResource session = aioboto3.Session()...

Once I get approval, I am going to publish all the packages. Everything works great already, I just need to add integration tests and setup automated builds (not sure if...

I did not yet create documentation specifically for `aioboto3` but I described how to use it in the comment above. Feel free to try: https://pypi.org/project/types-aiobotocore/

Hello! I already have types-aiobotocore on PyPI. I can provide a short example how to use it with aioboto3