-
Updated
May 20, 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!
Rails
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
Game Off
November 01, 2021 - December 01, 2021 • Online
-
Updated
May 20, 2021 - Python
-
Updated
May 20, 2021 - JavaScript
Codefresh
Build fast, deploy faster
Codefresh is a container-native CI/CD platform running on Kubernetes with embedded caching to provide maximum performance and high scalability.
Assemble pipelines in seconds
In Codefresh, every step in your pipeline is a Docker image, leverage the many out-of-the-box images available already in the codefresh plugins page to assemble your first pipeline or create your own custom steps using any Docker image.
-
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
Zube
Zube is an Agile project management platform that allows everyone on your team to communicate with the developers. On Zube, it is easy to create an Agile workflow for your team with a kanban board, epics, and sprints. Zube’s seamless integration with GitHub keeps all of your GitHub Issue data in sync across both platforms in real time.


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