-
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!
-
Updated
Apr 13, 2021 - C++
-
Updated
Apr 14, 2021 - TypeScript
-
Updated
Apr 14, 2021 - Python
Instabug
The top apps in the world rely on Instabug for bug reporting, crash reporting, and in-app user feedback. With just one line of code, beta testers and users can report bugs and provide mobile and support teams with detailed feedback by just shaking their phones.
-
Updated
Apr 12, 2021 - JavaScript
There are few mocha tests which needs to be migrated to Jest.
Following test cases should be converted to jest.
Steps to convert :
- Move tests out
__tests__directory and append it withtest.js/test.tsextension. - Ensure tests are passing and are able to run via Jest.
╰─ yarn test:mocha
-
Updated
Apr 14, 2021 - Python
-
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 13, 2021
-
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
LogRocket
LogRocket lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen, or asking users for screenshots and log dumps, you can replay sessions to quickly understand what went wrong.
LogRocket records pixel-perfect videos of user activity along with console logs, JavaScript errors, network requests, and browser metadata. It also has deep integrations with React, Redux, Angular and Vue.js to record application state.


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.