-
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
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Cirrus CI
Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.
-
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
Rollbar
Rollbar provides real-time, full-stack exception reporting and debugging tools for developers. Rollbar integrates in moments with apps built in JavaScript, Ruby, Python, PHP, Node.js, Android, iOS, Go, Java, .NET and more.
Rollbar integrates with GitHub to link stack traces to the underlying source code, correlate exceptions to code changes, and create GitHub issues so teams can manage errors in their existing workflow.
Removing the singletons will help in focusing only on cases which are part of some cluster.