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
PICO-8
Trending repository
-
Updated
May 25, 2022 - TypeScript
Trending repository
-
Updated
May 25, 2022 - JavaScript
Upcoming event recommended by GitHub
RenderATL
June 01, 2022 - June 04, 2022 • Atlanta, Georgia
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
Cloud 66 for Rails
Cloud 66 for Rails allows you to build, manage and maintain your Rails applications that can be deployed to any cloud provider or to your own server. Cloud 66 for Rails helps you scale your database with master-slave replication, without having to make any configuration changes. You can add back-ups, load balancers and de-commission servers with a single click. Popular Rails and Rack frameworks available.
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 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
Cloud 66 for Rails
Cloud 66 for Rails allows you to build, manage and maintain your Rails applications that can be deployed to any cloud provider or to your own server. Cloud 66 for Rails helps you scale your database with master-slave replication, without having to make any configuration changes. You can add back-ups, load balancers and de-commission servers with a single click. Popular Rails and Rack frameworks available.
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