-
Updated
May 19, 2021 - Java
Here's what's popular on GitHub today...
View a 3D model of your GitHub contribution graph. Share it, print it, and more!
Maven
Add CMake aliases
GTest exports the following targets:
GTest::gtestGTest::gtest_mainGTest::gmockGTest::gmock_main
This targets should also be available when adding gtest with add_subdirectory (or FetchContent), because this should behave the same way as adding GTest with find_package. So somewhere, we should add the aliases to these targets, i.e.
add_library(GTest::gtest ALIAS
GitHub Presente: Em Portuguese
June 15, 2021 • Online
-
Updated
May 16, 2021 - Python
-
Updated
May 20, 2021 - JavaScript
Cloudback Backup
Cloudback secures your GitHub repositories with recurrent data backups. With Cloudback you can backup the GitHub repository using your favorite cloud storage provider or built-in one powered by Azure.
-
Updated
Oct 3, 2020
-
Updated
Apr 15, 2021 - Jupyter Notebook
Triggered by #1072
psf/black's 88 chars per line is more modern than PEP8's meager 79.
A personal favorite is 127 which allows reading code on GitHub's file viewer without requiring left/right scrolling.
To get us down to flake8 linting having a max line length of 127, I believe we only need to change ~17 lines. This would enable the codebase to be much more readable in side by side ed
❯ rg keras
machine_learning/lstm/lstm_prediction.py_tf
9:from keras.layers import LSTM, Dense
10:from keras.models import SequentialAnd thus, removing the keras dependency from requirements.txt.
Ref:
-
Updated
May 19, 2021 - Python
What example does this report relate to?
with-Apollo
What version of Next.js are you using?
10.0.0
What version of Node.js are you using?
10.14.2
What browser are you using?
chrome
What operating system are you using?
macOS
How are you deploying your application?
Other platform
Describe the Bug
The Apollo client query response is s
-
Updated
May 20, 2021 - CSS
Description
Apparently FSWatchUtil starts an Executor, but the threads this is spawning have name patterns like pool-406-thread-1.
It would be highly preferreable for all of our components to specify a good name for threads which are being started, to help with diagnostics.
New Operator
Describe the operator
Why is this operator necessary? What does it accomplish?
This is a frequently used operator in tensorflow/keras
Can this operator be constructed using existing onnx operators?
If so, why not add it as a function?
I don't know.
Is this operator used by any model currently? Which one?
Are you willing to contribute it?
-
Updated
May 20, 2021 - C++
-
Updated
May 19, 2021 - JavaScript
Hi there, thanks for your work :)
Is there a way to export a comprehensive file/report of the metrics showed in the Fairness Dashboard? Or a line of code through Fairlearn.Metrics to do so?
Many thanks
-
Updated
Apr 15, 2021
-
Updated
May 18, 2021 - Python
-
Updated
May 19, 2021 - Ruby
-
Updated
May 19, 2021 - C
TestQuality
TestQuality is the #1 Test Case Creation and Management app for GitHub Workflows. TestQuality extends your Github DevOps workflow to provide powerful and modern GitHub issue powered test case creation and management. TestQuality integrates with GitHub, Jira, Selenium, Jenkins, Cloudbees, Cucumber, JUnit and more to complement your entire DevOps workflow. TestQuality is FREE for GitHub public repo’s and affordable for teams on private repo's.
Is your feature request related to a problem? Please describe.
There are parts of the website that can use improvements in increasing the accessibility of the website.
**Describe the solution you