-
Updated
Mar 26, 2020 - C++
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Mar 27, 2020 - JavaScript
In order to move quickly and release stuff as fast as possible, we decided not to spend too much time writing tests. In order to document the functionality and lock the expected behaviour, we should probably write some more tests.
GitHub Actions Hackathon
March 05, 2020 - March 31, 2020 • Online
提issue注意事项!
提问题?
请把问题现象、相关日志、初步排查结果写清楚,即提供尽量多的线索,这样方便我们定位问题。
提建议?
请写明白建议原因,即为何有此建议。
提修复PR?
请说明为何做此修改,需要做好测试。
提Feature?
建议先将想法提出,不着急写代码,与社区同道沟通,大家觉得OK再做代码实现
主站英文文档翻译-求支持
-
Updated
Mar 27, 2020
DeepScan
Tired of the troubles with JavaScript? DeepScan can help you.
DeepScan is an advanced static analysis tool engineered to support JavaScript, TypeScript, React, and Vue.js.
You can use DeepScan to find possible runtime errors and quality issues instead of coding conventions. Integrate with your GitHub repositories to get quality insight into your web project.
-
Updated
Mar 25, 2020
-
Updated
Mar 25, 2020 - Jupyter Notebook
-
Updated
Mar 26, 2020 - Java
-
Updated
Mar 27, 2020
I know documentation is a lot to ask for from an open-source project of this scale... but at least a formal notice on the SourceForge site somewhere would be pretty helpful.
When I download a release from a website and all it has is a text file pointing me somewhere else (with no mention on the actual site), I am (and should be) immediately suspicious that something has been compromised.
A l
WIth yarn 2 about to become stable, it comes with pnp enabled by default, so postinstall scripts now have one more downside. Having a postinstall script forces core-js to be duplicated on disk unnecessarily, reducing the efficiency of yarn install in pnp mode, which could otherwise potentially perform no writing to disk.
I know you don't want to remove the postinstall script, but just point
-
Updated
Mar 27, 2020 - Python
add docs for noasync
-
Updated
Mar 23, 2020 - Python
-
Updated
Mar 27, 2020 - Python
-
Updated
Mar 24, 2020
-
Updated
Mar 25, 2020 - Java
To help with diagnosing ngcc issues it would be really useful to be able to see the debug output from ngcc. Could we expose these logs, perhaps when the CLI is in --verbose mode?
Command
- build
- serve
- test
- e2e
-
Updated
Mar 26, 2020 - Rust
Tools such as docco and http://nevir.github.io/groc/index.html allow code and comments to be very nicely interspersed and prettily displayed in a browser. Since the code already has extensive comments / annotations, wouldn't it make sense to use something like this to improve viewing them further?
-
Updated
Mar 26, 2020 - Python
ZenHub
ZenHub is the only project management tool that integrates natively within GitHub’s user interface. No lengthy onboarding. No configuration headaches. No separate logins. Developers stay in an environment they love and Project Managers get total visibility into the development process.
Dev teams at companies like NASA, Microsoft, Adobe, Comcast, Docker, VMware, and Leap Motion trust ZenHub's powerful browser extension to help them ship better software.
Removing the singletons will help in focusing only on cases which are part of some cluster.