Here's what's popular on GitHub today...
Trending repository
-
Updated
May 25, 2022 - JavaScript
The Download
On The Download with Christina Warren this week: News from PyCon 2022 and Google IO. A great new markdown authoring framework. And the ultimate eighties toy for ageing millennials.
Popular topic
XML
Trending repository
-
Updated
May 25, 2022 - TypeScript
Trending repository
-
Updated
May 25, 2022 - JavaScript
Upcoming event recommended by GitHub
GitHub Community Twitter Spaces with @bagder
June 02, 2022 • Online
Trending repository
-
Updated
May 25, 2022 - TypeScript
Trending repository
-
Updated
May 24, 2022 - TypeScript
Collection recommended by GitHub
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
App recommended by GitHub
LGTM
Continuous security analysis
LGTM is a code analysis platform for identifying vulnerabilities and preventing them from reaching production.
LGTM automatically runs 1600+ standard analyses contributed by researchers from the Semmle Security Research Team and our customer community, including Microsoft, Google, Uber and Mozilla.
Quickly refine and run custom QL queries to find variants of known issues and prevent them from being re-introduced into your codebase.
Trending repository
-
Updated
May 25, 2022 - Python
Trending repository
-
Updated
May 19, 2022 - Python
Trending repository
Trending repository
- Base README.md
- Quizzes
- Introduction base README
- Defining Data Science README
- Defining Data Science assignment
- Ethics README
- Ethics assignment
- Defining Data README
- Defining Data assignment
- Stats and Probability README
- Stats and Probability assignment
- Working with Data base README
- Rel
Trending repository
Describe the bug
git diff-tree used by linter on push checks only files from the last commit and regardless of files status, so deleted or renamed files are also checked.
There are now 2 different git commands used for finding the list of broken files (find them here: https://github.com/github/super-linter/blob/v3.14.4/lib/functions/buildFileList.sh#L59-L105). git diff-tree is u
Trending repository
-
Updated
May 25, 2022 - C#
Trending repository
-
Updated
May 25, 2022 - JavaScript
Trending repository
-
Updated
May 24, 2022 - JavaScript
Trending repository
-
Updated
May 25, 2022 - Shell
Trending repository
-
Updated
May 25, 2022 - Go
Trending repository
-
Updated
May 24, 2022
Trending repository
-
Updated
May 22, 2022 - JavaScript
Trending repository
-
Updated
May 24, 2022
Trending repository
Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And go generate doesn't work for protobuf directory. So we can't specify GPUOptions for NewSession.
Trending repository
Whenever we switch to the database plugin or if we click on the refresh button
connection.receive(
DATABASE_LIST_COMMAND,
....
is called thus, the info about our database is updated in the desktop client.
Is it possible to do the other way around, that is, notify the client that it should update the UI because our database has changed, thus not requiring to press the refr
Trending repository
Trending repository
Clear and concise description of the problem
Function name is repeating the module name.
Suggested solution
Create a new function number in the phone module that is a copy of the current phoneNumber function. Call this new function in the current function and add a deprecation warning.
Alternative
No response
Additional context
Marked as todo in #541
Trending repository
Currently many more Python projects like dask and optuna are using Python type hints. With the Python package of xgboost gaining more and more features, we should also adopt mypy as a safe guard against some type errors and for better code documentation.
Trending repository
The multiline examples in the docs are misleading / confusing as the are for the new filestream syntax and since that is now the default the multiline examples / docs should follow the new standard / syntax
User trying the current docs are very frustrated as the current documented examples just gets ignored ..
https://www.elastic.co/guide/en/beats/filebeat/current/multiline-examples.html
App recommended by GitHub
Azure Pipelines
Continuously build, test, and deploy to any platform and cloud
Azure Pipelines offers cloud-hosted pipelines for Linux, macOS, and Windows with 10 free parallel jobs and unlimited minutes for open source projects.
Problem
See #3856 . Developer would like the ability to configure whether the developer menu or viewer menu is displayed while they are developing on cloud IDEs like Gitpod or Github Codespaces
Solution
Create a config option
where