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
jQuery
Trending repository
-
Updated
May 25, 2022 - TypeScript
Trending repository
-
Updated
May 25, 2022 - JavaScript
Upcoming event recommended by GitHub
All Things Open 2022
October 30, 2022 - November 02, 2022 • Raleigh, NC
Trending repository
-
Updated
May 25, 2022 - TypeScript
Trending repository
-
Updated
May 24, 2022 - TypeScript
Collection recommended by GitHub
App recommended by GitHub
Zube
Zube is a stand-alone Agile project management tool that lets you seamlessly work with GitHub Issues.
Zube is right for you if you want any of these:
- A real time two way integration with GitHub Issues that keeps your information in sync
- Organize your Issues on a kanban board or sprint board
- Allow non-developers without GitHub access to easily work with developers
- Simultaneously manage Issues across multiple repos
- Mange private cards alongside public GitHub Issues (ideal for OSS dev)
Trending repository
-
Updated
May 12, 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 24, 2022 - C#
Trending repository
-
Updated
May 25, 2022 - JavaScript
Trending repository
-
Updated
May 24, 2022 - JavaScript
Trending repository
-
Updated
May 23, 2022 - Shell
Trending repository
-
Updated
May 24, 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
Percy
Percy gives your team confidence in every visual UI change before it's shipped.
Percy adds visual reviews to your GitHub pull requests, helping your team spot UI bugs quickly and review visual changes easily.
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