Mike Chong
Mike Chong
same issue. maybe due to their extra verification?
Hi @doomedramen @tibtiby @Scirocco3 Good news. I found the root cause: https://github.com/tuya/tuya-homebridge#:~:text=The%20TuyaSmart%20or%20SmartLife%20app%20account%20which%20registered%20using%20Google%20or%20Apple%20ID%20email%20need%20to%20link%20your%20phone%20number%20and%20use%20the%20linked%20phone%20number%20as%20username%20to%20login. TLDR: Register another Tuya account and DO NOT use SSO login (like sign-in with Google/Apple). Just use your...
Same problem, even installation with Xcode
seeing the same issue. I can get some error output via the console of Xcode
Is it worth generating docs using [sphinx](https://www.sphinx-doc.org/), given that the code of this project has detailed docstring?
I can take a look on doc generation. Let's leverage GitHub pages?
try this and ping me if still this error https://github.com/imWildCat/scylla/pkgs/container/scylla/246575661?tag=main
0.24 is also super slow idk why
post install patch script ```bash #!/bin/bash if [[ "$OSTYPE" == "msys" ]]; then echo "This script is not supported on Windows" exit 0 fi # after React Native 0.75.x, you...
Today I finally managed to build my app using React Native 0.75.x Yes. Same error: ``` (NOBRIDGE) ERROR Warning: TypeError: Cannot read property 'add' of undefined This error is located...