Masashi Terui

Results 22 comments of Masashi Terui

Thank you @ynishi 👍 It seems to be caused by major version up of Alexa Skills Kit API. https://developer.amazon.com/docs/smapi/smapi-migration.html This plugin uses the `v0` APIs, but the `v0` List API...

@ynishi @billy-bacon Sorry for my late reply 😭 I finished migrate to v1 API(#9) and fixed this issue!! Please upgrade to v0.0.6 🆙

@billy-bacon Thank you for your reporting. The problem will not happen in my environment ;-( Currently, this plugin only supports the `development` stage of the skill. Is your skill at...

@billy-bacon Thanks! If you have not published it yet (development stage only), I need more information. Please show me the output of the following command: ``` SLS_DEBUG=* sls alexa models...

@billy-bacon Thank you for your information and sorry my late reply. I found that I didn't notify a big change on the configuration file about migrating to v1 APIs. The...

Thank you for your reporting. Did you `activate` the virtualenv? If you don't activate the virtualenv , it archive the current directory only. If it does not included some files...

Python source files are stored by `PyZipFile.writepy` It store the compiled file(.pyc) recursively. https://github.com/samuel-soubeyran/lamvery/blob/a7c97e2b237a5e3b3718004a89180ba0b01bc4df/lamvery/archive.py#L75 https://docs.python.org/2/library/zipfile.html#zipfile.PyZipFile.writepy This is a feature to get less capacity and fast start-up.

My source codes and libraries were compiled and stored in `lamvery.zip` by `(.venv)marcy@marcy-ubuntu:~/github/lamvery$ lamvery archive` Can you show me your zip file?

根深そうな問題ですね・・・。順番を保持するためにYAMLでOrderdDictを扱うために入っているコードなんですが、`yaml.resolver.BaseResolver.DEFAULT_MAPPING_TAG` == `tag:yaml.org,2002:map` なので、`tag:yaml.org,2002:merge` を足してみたりしたら別のエラーになったり・・・wちょっと調査と試行錯誤が必要そうです。。。