-
Updated
Nov 8, 2020 - JavaScript
programming-language
Here are 230 public repositories matching this topic...
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Sep 27, 2020 - JavaScript
-
Updated
Nov 7, 2020 - JavaScript
社区运行方式讨论, 迎新
刚迎来了第三位成员, 俗话说三人成群, 也许是时候讨论一下这个社区的运行方式了. 本人是第一次在github新建orgnization, 之前参与过另一个以外国程序员为主的org, 觉得大氛围挺专业, 而且这种公开讨论的形式效率挺高. 希望大家随意聊聊. 比如对这个社区的期望, 个人的目标, 如何利用github进行主题讨论, 任何对我的问题, 或者任何其他话题. @buyouyuan @jeromechan
下面是已有的讨论较多的话题. 为避免此帖太长, 如对其中一些有兴趣可以直接在那里发表; 如果有新主题或不同意见非常欢迎开新issue讨论(类似论坛开新帖):
- 发展中文API
- 创建新API
- [汉化已有的英文API](https://gi
-
Updated
Oct 27, 2020 - JavaScript
Was going to do this in the MVP. But honestly, I know nothing about Emscripten
Thus, I think I will go ahead, launch, and get the hype going, and then teach myself emscripten to make the demos
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
Dec 18, 2018 - JavaScript
As generating human-readable code is not a current aim, and we're quite far from having it anyway, it would make sense to generate a code that is already "minified". (i. e. cannot be reduced more by a minifier).
This might not be possible to achieve to 100% without implementing some complicated compiler logic (for example determining whether some parenthesis are needed). Implementing those shou
-
Updated
Oct 7, 2020 - JavaScript
- vscode
- vim
- Atom
- Sublime
- IntelliJ
- emacs
- kate (documentation)
- gedit (documentation)
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Jan 30, 2017 - JavaScript
-
Updated
Aug 1, 2019 - JavaScript
-
Updated
Nov 27, 2019 - JavaScript
-
Updated
May 12, 2019 - JavaScript
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Aug 24, 2017 - JavaScript
-
Updated
Jul 5, 2020 - JavaScript
Improve this page
Add a description, image, and links to the programming-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming-language topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Our current CLI commands are too verbose. When it concerns tests, this is annoying. Also, when error occurs, the error message is the only thing I see.
Describe the solution you'd like
I want to run commands silently and, if an error occurs, be able to trace the problem.
Describe alternatives you've considered
I su