-
Updated
Apr 13, 2021 - JavaScript
Here's what's popular on GitHub today...
-
Updated
Apr 14, 2021 - Python
View a 3D model of your GitHub contribution graph. Share it, print it, and more!
Ansible
-
Updated
Apr 13, 2021 - C++
-
Updated
Apr 13, 2021 - TypeScript
-
Updated
Apr 14, 2021 - Python
Mergify
Mergify is a pull requests automation service. It allows you to trigger actions when your pull requests match defined criteria.
In a few lines of YAML, you could write a rule that automatically merges a pull request if:
- it has been approved
- the test suite passes
We have plenty of examples.
Mergify executes actions for you, freeing you from the burden of managing your pull requests.
-
Updated
Apr 12, 2021 - JavaScript
Describe the solution you'd like
It'd be nice to actually apply the security framework when building.
Describe alternatives you've considered
Ignoring security problems won't help.
-
Updated
Apr 14, 2021 - Python
-
Updated
Apr 10, 2021
-
Updated
Apr 14, 2021 - PHP
-
Updated
Apr 13, 2021
-
Updated
Apr 14, 2021 - Python
-
Updated
Apr 14, 2021
-
Updated
Apr 12, 2021 - Java
-
Updated
Apr 14, 2021 - Go
-
Updated
Apr 12, 2021 - Java
-
Updated
Apr 1, 2021 - C++
🚀 Feature request
T5ForConditionalGeneration inherits generate from PreTrainedModel via GenerationMixin.
Currently in our docs if we write:
for more info see :meth:`transformers.T5ForConditionalGeneration.generate`
it doesn't get resolved in the html docs (it doesn't get a xref link, but leaves it as a text)
Neither transformers.PreTrainedModel.generate gets resolv
-
Updated
Apr 12, 2021 - C++
-
Updated
Apr 14, 2021 - Shell
Codetree
Codetree is a lightweight project management app with terrific support for multi-repo projects. There's nothing to install and it works in every browser.
Agile teams use Codetree to plan sprints and epics, and understand their in-flight work. Two-way sync with GitHub Issues means your team can work in either tool and everything stays up to date.
Teams from SeatGeek, Google, Telerik, MIT, Microsoft and CKSource trust Codetree to help deliver great software.
There are few mocha tests which needs to be migrated to Jest.
Following test cases should be converted to jest.
Steps to convert :
__tests__directory and append it withtest.js/test.tsextension.