Artem Smirnov

Results 12 comments of Artem Smirnov

@andrei-kuznetsov even more, Google's current sources of AS are not even buildable at all as there're no Bazel dependencies included.

Seems that `bulkDetails` returns `appType`, but not a category ![image](https://user-images.githubusercontent.com/71142/64524357-05f9ce80-d307-11e9-8f1c-6470c846563b.png)

Got the same error for every page in my document, but with different color space: "Invalid color space kind: COSName{ICCBased}" Any progress?

Same for me: ``` /Users/rankor/src/3rd-party/amazon-polly-metahumans/Source/AmazonPollyMetaHuman/ThirdParty/AwsSdk/aws-sdk-cpp/crt/aws-crt-cpp/crt/aws-c-common/source/posix/system_info.c:196:34: error: this old-style function definition is not preceded by a prototype [-Werror,-Wstri const char *s_get_executable_path() { ^ 1 error generated. make[2]: *** [crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/system_info.c.o] Error 1...

sudo apt-get install python-requests will help you.

Thanks @JustMyGithub! Tutorial didn't work for me, but simple «Attach debugger…» worked as charm!

Провёл небольшое исследование, чтобы установить зависимости (по крайней мере на Big Sur с M1) нужна вот такая команда (с учётом установленных пакетов в Homebrew): `CXXFLAGS="-I/opt/homebrew/include" pip3 install -r requerements.txt` иначе...

@kittinunf curl request, generated by Fuel, works fine. Manually built HttpsUrlConnection request works fine too. I think that server does not handle wrong request properly and responds with 503 instead...