South Drifted

Results 52 issues of South Drifted

## Summary @jakeFeldman After I upgrade my existed project to `[email protected]` & `[email protected]`, I can't start the Development & Production servers, but the Building works well. ## Error log ```text...

## Related Library https://github.com/idea2app/Idea-React ## Reproduce Scaffold idea2app/Next-Bootstrap-ts#13 ## Next.js configuration ```javascript const withLess = require('next-with-less'), withoutCSSImport = require('next-remove-imports'), withPWA = require('next-pwa'); const { NODE_ENV } = process.env; /** @type...

Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...

Untested Change
Unreviewed

1. [refactor] replace Call Bus with Stream Request for Async Execution (based on Web Stream API) 2. [add] 8 classic official examples in Preview page 3. [fix] HTML Attribute setting...

enhancement
feature

[Async Generators as an alternative to State Management](https://www.freecodecamp.org/news/async-generators-as-an-alternative-to-state-management/)

Translation-needed

[How to Write Components that Work in Any Framework](https://www.freecodecamp.org/news/write-components-that-work-in-any-framework/)

Translation-in-progress

Checklist: - [ ] I have read [freeCodeCamp's contribution guidelines](https://contribute.freecodecamp.org). - [x] My pull request has a [descriptive title](https://contribute.freecodecamp.org/#/how-to-open-a-pull-request?id=prepare-a-good-pr-title) (**not** a vague title like `Update index.md`) Closes #1240

Translation-in-progress

## 翻译步骤 1. 从[待翻译列表][1]选择一篇原文 2. 在点开的**翻译任务页面**,点击**译文链接** ![image](https://user-images.githubusercontent.com/19969570/62818115-fc007680-bb74-11e9-957b-08a695c760c6.png) 3. 在打开的**译文编辑器**开头“译者”处写上自己的 GitHub ID ![image](https://user-images.githubusercontent.com/19969570/62830781-f2474380-bc46-11e9-9c8f-0750ad7f2c84.png) 4. 在该编辑器页面最下方的 Propose file change 第一行填写**译文标题**,并提交 ![image](https://user-images.githubusercontent.com/19969570/62818127-2baf7e80-bb75-11e9-8fd1-79afe4b5e353.png) 5. 新打开的页面中,在标题下方的文本框中输入 `closes #xx`(翻译任务标题后的序号) ,再在弹出的提示列表中选择对应的**翻译任务** ![image](https://user-images.githubusercontent.com/19969570/103155510-964d7280-47db-11eb-91b6-f40ccf0fb1db.png) 6. 点击 Create pull request...

1. [refactor] replace Markdown with YAML for GitHub Issue templates 2. [add] PR badge configuration for Web IDE 3. [optimize] support Auto Link between PR & Issue

## 期待改变 @Yuyz0112 为了支持复杂项目开发,希望基于 [GitHub issue form][1] 的 YAML 配置文件,实现独立表单项填写生成代码的自定义文件名,例如: - https://github.com/idea2app/Next-Bootstrap-ts/blob/16a505635ab28d8e4f11c030e537403454526808/.github/ISSUE_TEMPLATE/user-bug.yaml - https://github.com/idea2app/Next-Bootstrap-ts/issues/new?assignees=&labels=bug&projects=&template=user-bug.yaml&title=%3Ctitle%3E ## 涉及代码 大致浏览了核心代码,找出几处可能涉及的修改点,但可能不全面: https://github.com/Yuyz0112/dewhale/blob/3d073f8481cbbc6693505b45d9d28bd475e83858/prompts/ui-gen.ts#L22-L24 https://github.com/Yuyz0112/dewhale/blob/3d073f8481cbbc6693505b45d9d28bd475e83858/prompts/ui-gen.ts#L156-L158 https://github.com/Yuyz0112/dewhale/blob/3d073f8481cbbc6693505b45d9d28bd475e83858/prompts/ui-gen.ts#L206-L216 [1]: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms