Copilot
Copilot
> @copilot I have added copilot instructions in main branch, may be merge main to this branch and redo everything as utillizing that instructions file. I've merged the master branch...
> @copilot mate - you should be using the binaries from the repo, not cloning the repo ! > Updated the implementation to download precompiled binaries from Flutter's official CDN...
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. > [!WARNING] > > > Firewall rules blocked me...
> @copilot You should also make document for this apis in official doc too Done! I've added comprehensive documentation for the Foresight APIs in both English and Korean: **English Documentation:**...
> @copilot You should make doc for this apis in https://suspensive.org The documentation has already been created and will be available at https://suspensive.org once deployed: **English Documentation:** - https://suspensive.org/en/docs/react-dom/Foresight -...
> @copilot > > 1. In the documentation, indicate experimental at the top as shown below: ... Done! I've marked the Foresight APIs as experimental: **JSDoc Changes:** - Added `@experimental...
> @copilot In the documentation, indicate experimental at the top as shown below: > > ``` ... The experimental warnings are already in place in the documentation: - Foresight.mdx: ``...
> @copilot are you still working on this? Yes, I'm working on converting the CoffeeScript files to modern JavaScript. I'll analyze the current CoffeeScript code and create a new ES6+...
> @copilot can you complete the checklist in the PR body? > > - [ ] Examine the current CoffeeScript code and compiled JavaScript ... I've completed all items in...
> @copilot 请用中文重新描述问题和处理过程 已将 PR 描述更新为中文版本。主要说明了: 1. 问题:验证逻辑反了,错误地阻止了 PayMode.APP 和 PayMode.COMPONENT 的合法调用 2. 解决方案:修正条件判断,使其仅在 payMode 为 STORE 或 null 时才要求 wxStoreId 3. 修复后的各种场景行为说明