-
Updated
May 19, 2021 - Java
Here's what's popular on GitHub today...
Your favorite open source projects and the developers who make them happen. Listen in!
JSON
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
30 Minutes to Merge: GitHub Automation
May 25, 2021 • Online
-
Updated
May 16, 2021 - Python
-
Updated
May 18, 2021 - JavaScript
Depfu
Depfu is the best way for busy teams to keep their app dependencies up-to-date. We believe doing small, easy to assess updates regularly and supported by automation is a lot easier than falling behind and having to update everything at once.
We support all Ruby projects using Bundler and all JS projects using npm or Yarn. Lock files are handled automatically.
-
Updated
Oct 3, 2020
-
Updated
Apr 15, 2021 - Jupyter Notebook
A growing number of Python tools look for project-specific configuration in the [tool.{app}] section of the pyproject.toml file. It would be convenient if sqlfluff also inspected this section, especially for Python projects that use poetry as a build backend and thus do not rely on setup.cfg or potentially any of the other files currently inspected.
❯ 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 19, 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 19, 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
DeepScan
Tired of the troubles with JavaScript? DeepScan can help you.
DeepScan is an advanced static analysis tool engineered to support JavaScript, TypeScript, React, and Vue.js.
You can use DeepScan to find possible runtime errors and quality issues instead of coding conventions. Integrate with your GitHub repositories to get quality insight into your web project.


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