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
Trending repository
-
Updated
May 25, 2022 - TypeScript
Trending repository
-
Updated
May 25, 2022 - JavaScript
Upcoming event recommended by GitHub
Content Creation and Design in Web3
May 25, 2022 • Online
Trending repository
-
Updated
May 25, 2022 - TypeScript
Trending repository
-
Updated
May 24, 2022 - TypeScript
Collection recommended by GitHub
Made in Brazil
Open source projects built in or receiving significant contributions from Brazil :brazil:
App recommended by GitHub
BuildPulse
Spend more time shipping and less time re-running flaky tests
BuildPulse automatically detects flaky tests and highlights the most disruptive ones so you know exactly where to focus first for maximum impact.
Integrates with popular test frameworks for JavaScript (Cypress, Jest), Ruby (minitest, RSpec), Go, Python, and others.
Works with CircleCI, GitHub Actions, Semaphore, Travis CI, Jenkins (beta), and Buildkite (beta). Others are available by request.
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
codebeat
Tired of manually scraping your code looking for the smallest issues? Take codebeat for a spin!
codebeat is an automated static code analysis tool supporting multiple languages used by both web and mobile developers worldwide. Now also providing style analysis for projects written in Swift
We've integrated SwiftLint, the best linter for Swift in our code review app and fixed you with a help page. about the feature. Enjoy!
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