-
Updated
Jan 4, 2021 - C#
Here's what's popular on GitHub today...
-
Updated
Jan 26, 2021 - JavaScript
The theme for this year’s Game Off was ‘moonshot’ and the entries were out of this world! Fork and play some of the top-rated games.
ES6
-
Updated
Jan 28, 2021 - JavaScript
-
Updated
Jan 26, 2021
-
Updated
Jan 13, 2021
-
Updated
Jan 27, 2021 - JavaScript
Azure Boards
Plan, track, and discuss work across your teams
Azure Boards offers Kanban boards, backlogs, and dashboards for flexible work tracking that is fully connected to the code and issues for all your projects – big and small.
A separate Azure DevOps Services subscription is required. We'll help you get started for free if you don't already have one.
-
Updated
Jan 27, 2021 - Shell
-
Updated
Jan 26, 2021
-
Updated
Jan 25, 2021
-
Updated
Jan 27, 2021 - C
-
Updated
Jan 27, 2021 - JavaScript
-
Updated
Jan 5, 2021
-
Updated
Jan 24, 2021 - JavaScript
-
Updated
Jan 27, 2021
-
Updated
Jan 28, 2021
pipeline should immediately fail with ERR_STREAM_DESTROYED when any of the streams have already been destroyed.
Readable might need a little extra consideration since it's possible to read the data after being destroyed. Should maybe check _readableState.errored and/or _readableState.ended.
-
Updated
Jan 26, 2021 - JavaScript
Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.
-
Updated
Jan 28, 2021
Expected Behavior
When a user starts Airbyte for the first time with docker-compose up, their local environment variables shouldn't interfere with the startup process.
Current Behavior / Steps to Reproduce
Run export API_URL=http://badurl/ and then docker-compose up. The bad URL is used by Docker Compose by default.
This type of problem happened to a new user specifically for
-
Updated
Jan 27, 2021 - JavaScript
-
Updated
Jan 27, 2021 - JavaScript
CommitCheck
CommitCheck ensures your commit messages are consistent and contain all required information. You can check that commits contain a JIRA number or ensure commits don't contain WIP.
What version of Next.js are you using?
10.0.5
What version of Node.js are you using?
14.14.0
What browser are you using?
IE11
What operating system are you using?
Windows 10
How are you deploying your application?
next start
Describe the Bug
The start page of next.js does not render properly.
See image below.
Expected Behavior
It should render the same a