ymd
ymd
I guess you implement Skill by reference to README.md. `$ pip install ask-alexa-pykit --target my_new_skill ` installs older(?) library. You should open `ask/alexa_io.py` and search `default_handler`. If match, you must...
Really? I use beta skill builder tools, but can't find it. I mean `context` is like below. https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs#making-skill-state-management-simpler You mean same?
Hi @muizidn @Smashalidis , I realized the way to success the build. You can avoid the build failure by fetching the AuthLibrary from following repository. https://github.com/ysak-y/google-auth-library-swift I did two modifications....
Hi, could you please review it?
Sorry for very late response. I want to implement it("userEntities" and "contexts"), are you sure about that?
I realized `espup` would too old (current is 0.9 but I use 0.5). I'll update `espup` and try again.
Hi, thank you for your comment, still failing even if updating espup to `0.9`. It seems same error happening. > /Users/yoshiakiyamada/git/rust-on-m5stack/play-wav/.embuild/espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections --target=xtensa-esp32-espidf -o CMakeFiles/cmTC_cf89f.dir/testCCompiler.c.obj -c /Users/yoshiakiyamada/git/rust-on-m5stack/play-wav/target/xtensa-esp32-espidf/debug/build/esp-idf-sys-ab3bcb30f5ec8ba0/out/build/CMakeFiles/CMakeTmp/testCCompiler.c...
> which device are you targeting ESP32? I'll use M5Stack Gray. target in `.cargo/config.toml` indicates `xtensa-esp32-espidf`.
I'm using macOS and it works too. Thanks @Vollbrecht !!
https://firebase.google.com/docs/dynamic-links says Email Link Authentication still works after FDL is deprecated. ``` I'm currently using or need to use Dynamic links for email link authentication in Firebase Authentication. Will this...