Jing
Jing
@TheDeveloperGuy Hi, thanks for your explanation, according to your reply, I have two questions, hope I can get some instructions from you if it is possible. 1. How to `"whitelist"`...
@TheDeveloperGuy Unfortunately, it is a HDMI HMD, and the "Direct Mode interface" is only for Oculus, I don't need it... However, I know the basic information about it, thanks again...
I have the same issue with iOS 18.2 (22C152) and iPadOS 17.6.1 (21G93), the Tailscale version is latest. We hosted a Tailscale golink service, macOS works well but iOS and...
It works, thank you @joehan
@connectdotz I tried but still not working, error like below: ``` TestRun "my-app:runTest: orta.vscode-jest:TestProvider:my-app:32 (0)" started node:fs:448 return binding.readFileUtf8(path, stringToFlags(options.flag)); ^ Error: ENOENT: no such file or directory, open '/Users/user/Projects/my-app/node_modules/firebase-tools/lib/templates/hosting/init.js'...
I think this is an issue related to `firebase-tools`, they have conditional check for VS Code extensions here which makes the path wrong, it should be `firebase-tools/templates/hosting/init.js` instead of `firebase-tools/lib/templates/hosting/init.js`...
Thank you folks for the quick responses! The only error I got is `SocketError: other side closed` which caused by `fetch` API. The weird part is, my 5 tests ran...