-
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
Ratchet
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.
GitKraken Glo Boards
Sync GitHub Issues with Glo Boards to visualize your workflow
Glo Boards sync in real-time with GitHub Issues so changes made in either system are immediately reflected in the other. If some team members are using either Glo or GitHub exclusively, important information is still shared seamlessly.
Benefits of using Glo Boards with GitHub:
- Sync GitHub Issues, assignees, descriptions, comments and labels in real-time across systems
- Create different workflows and labels for each board
-
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
Datree
Datree is a git-based policy engine.
It allows engineering teams to automatically enforce coding standards and security policies directly within their git workflow.
Datree connects with GitHub pull requests to provide automatic policy compliance checks and insights for every code change. Create and enforce custom or built-in policies, in the context of your dev stack.


Removing the singletons will help in focusing only on cases which are part of some cluster.