AJ

Results 10 comments of AJ

@17cliu's approach works for me, I think it should be mentioned in README file. (And @17cliu's headpic is super cool btw 😄 )

To get a better localization for this awesome extension, I think we can support translations for this area (https://i.imgur.com/h4KSULZ.png) on Chrome Web Store page. By doing so, I believe it...

Hi @samhammer325, Thanks for the feedback. Would you mind to share either the detailed error message or a screenshot of it, that would be helpful. It would be even better...

@samhammer325 Thanks for the information, I'm currently looking into the issue.

Hi all, My apologies for the late reply. Since I am no longer working on a chromecast app for a few years, I have no real-world demands to keep the...

> Hello, any of you can share a working _default_ scenario.json file? Hi @JeanCarlosChavarriaHughes , thanks for reporting. Can you try again with this [example scenario.json](https://github.com/ajhsu/chromecast-device-emulator/blob/master/examples/scenarios/BasicReceiverCAF-sample.json) and see if that...

Thanks @JeanCarlosChavarriaHughes , I think I kind of understand why people are saying that there's an `update required` error. The emulator server (the one serves on `http://localhost:8008/`) is supposed to...

> But I don't see any indication of step 5 happening. @mimse That's weird. Can you see any output messages from your terminal like this? ```sh chromecast-device-emulator: There is a...

@ccforward 謝謝樓主分享如此詳盡的比較與分析。 我了解到 `macrotask === task !== microtask`,但有個問題想請教一下樓主: 目前我除了可以在[這份文件](https://promisesaplus.com/#notes) 找到 `macro-task `這個名詞以外,似乎在其他正式文件 (如 WHATWG) 裡頭,還是以 `task` 稱呼之,所以想請教下, `macrotask` 這個名詞的起源為何呢?

Hi @tnorling , our project is facing the same errors where the TS compiler complains after importing the @azure/msal-browser package: 1. Duplicated declarations ```sh ERROR in node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:33:13 - error TS2403:...