-
Updated
Feb 18, 2020 - JavaScript
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
CSS
-
Updated
Feb 18, 2020 - Go
Git Merge 2020
March 04, 2020 • Los Angeles
This issue will use computer science algorithms as an example but the issue is not about that specific topic but rather the implementation of ANY "track".
In addition to the three skill based tiers there should be knowledge pursuit tracks allowing new learners to move through those tiers onto related app-projects. This differs from #34 by focusing on a self directed educational go
-
Updated
Feb 18, 2020 - JavaScript
Codecov
Codecov provides highly integrated tools to group, merge, archive and compare coverage reports.
- Upload coverage reports from your CI builds.
- Codecov merges all builds and languages into one beautiful, coherent report.
- See this data overlaid via our browser extension with Sourcegraph.
Are you desiring an on-prem install? Please see https://codecov.io/enterprise
Do you have fewer than 5 users in your org + private repos? You can sign up for free at https://codecov.io/
Some markdown bold syntax is incorrectly displayed.
- 예를 들면 **alt-.**같은 경우
- ctrl-v **[Tab]**키를 누르거나
It should be modified as follows.
- 예를 들면 alt-. 같은 경우
- ctrl-v [Tab] 키를 누르거나
-
Updated
Feb 18, 2020 - Python
-
Updated
Feb 18, 2020 - Vue
-
Updated
Feb 18, 2020
A description is incomplete. It should mention:
These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.
right after
"There are two main patterns to support high availability: fail-over and replication. "
-
Updated
Feb 18, 2020 - C++
One very popular alternative to these services is of course iCloud.com which offers collaboration & synchronisation with Apple devices (note that an Apple device is not required to use iCloud.com)
Currently --quiet and --verbose are opposites, where --quiet is the default option.
Given the number of websites covered by Sherlock, should --quiet be altered so that it is not the opposite of verbose but an option that displays only websites where the username has been found?
This way no options remains as it is, -v as it is, and -q as described above.
-
Updated
Feb 18, 2020
I would be great to have a few real-world examples, e.g.:
- go to page
- wait for it to load
- select a specific
input[name=username] - type a username into it
- select a specific
input[name=password] - type a password into it
- take a screenshot
- select
button[name=submit](or submit) - wait for next page to load
The boilerpate for a newbie may be devastating.
E.g. the first
Application
- Desktop
- Mobile
Description
We would like to support notebook icons in the sidebar, as is done for example in Bear. See screenshot below:
Specification
- Add a new
iconproperty to theFolderobject - it will be a string that will take any
Probably too minor to mention, but just wanted to point out in case people notice it: since the notebooks indent with two spaces and Colab expects four spaces by default, Colab will make indented text red as a warning. e.g. from lab1/Part1_tensorflow.ipynb:
 |
| m1 / m2 | ef_divide($m1, $m2) |
| m1 > m2 | ef_compare($m1, $m2) > 0 |
| m1 >= m2 | ef_compare($m1, $m2) >= |
Document translation
Hello:
As described in the in the title, do you plan to translate the documents of the project? Or do you have MD version of the documents of the project? I plan to translate the documents into other languages, because the English version is not convenient for me to read
Carbon Road-map
GuardRails
GuardRails scans new code changes as they occur in your repositories. For pull requests, we will post comments whenever security issues are detected. For branches, you will be able to see reports in your dashboard.

Since Trax is a successor of tensor2tensor (according to the release notes of tensor2tensor v1.15.0), it would be helpful if you could provide examples for more advanced machine learning tasks. An outstanding feature of tensor2tensor are the numerous (and useful) examples which Trax is currently lacking. Such examples would especi