-
Here's a preliminary list of the questions for this year's State of JS survey. Feedback welcome!
### Major Changes
- We're dropping the "Most Liked/Disliked Aspects of X" questions for each libr…
-
If I'm running in TEST_WATCH mode, while developing, my client tests are running in duplicate. I'd prefer the tests to only run in nightmare/phantomjs for consistency ( and be isolated in another proc…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.32.0 x64
**Electron**: 2.0.9
**OS**: Mac OS X 10.13.6
**Thrown From**: [node-debugger](https://github.com/kiddkai/atom-node-debugger) pa…
-
if we add the style in markdown article, the style will pollute the whole software. I think the style in note should not effect others. eg:
input:
![css-pollute-edit](https://user-images.githubuse…
mnikn updated
5 years ago
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.25.0 x64
**Electron**: 1.7.11
**OS**: Mac OS X 10.13.1
**Thrown From**: [atom-underscore](https://github.com/dborstelmann/atom-underscor…
-
Here are the issue & pull request templates that were added to DoneJS: https://github.com/donejs/donejs/pull/805
Be sure to customize the template depending on the needs of the project. You can loo…
-
不知道,你有没有遇到类似的情况:
- 不重视测试,开发新功能都是手工测试
- 每次开发新功能,都会懒得去做回归测试,线上经常出问题
- 新同事来,不熟悉系统,提交的代码会把系统搞坏
- 测试覆盖率一直非常低
这时候,你需要个CI,也就是持续集成。
我理想中的团队开发流程中,CI是最重要的一环,团队成员按照git flow开发,然后提交,等待CI测试通过,最后提交pull request,让同事…
-
I'm getting a list of filesystem files and folder, and wont list hidden files/directory.
I'm exploring the filesystem by `var files = fs.readdirSync(testFolder);` and for every entry in this folder…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.33.1 x64
**Electron**: 2.0.16
**OS**: Unknown Windows version
**Thrown From**: [ide-vue](https://github.com/rwatts3/atom-ide-vue) packag…
-
It doesn't find tests.
By trial and error, this seems to be the latest working combo:
```
"electron": "27.3.11",
"electron-mocha": "11.0.2"
```