Alexander Hasselbach

Results 3 comments of Alexander Hasselbach

Tuple2 is encoded as JSON array. And JSON array could not be an JSON object key. You can create your own JsonFormat[(String, String)] which will serialize tuple as string ("str1,str2"...

Seems like this repo is not supported yet. I use this solution to disable this warning: ``` python import warnings # disable autodoc internal Warning # https://github.com/acoomans/flask-autodoc/issues/27 from flask.exthook import...

@RarDay format_data в messages.send нужно передавать уже json строкой: `messages.send(..., format_data=json.dumps({"version":"1",...}))`