-
Updated
Jan 4, 2021 - C#
Here's what's popular on GitHub today...
-
Updated
Jan 29, 2021 - JavaScript
Java
-
Updated
Jan 29, 2021 - JavaScript
-
Updated
Jan 28, 2021
-
Updated
Jan 13, 2021
-
Updated
Jan 29, 2021 - JavaScript
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Rollbar
Rollbar is a continuous code improvement platform that helps development teams deploy better software, faster, and quickly recover from critical errors in their code. Rollbar enables developers to focus on continually improving their code and constantly innovating rather than spending time monitoring, investigating, and debugging.
-
Updated
Jan 27, 2021 - Shell
-
Updated
Jan 26, 2021
-
Updated
Jan 25, 2021
-
Updated
Jan 27, 2021 - C
-
Updated
Jan 29, 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 28, 2021 - JavaScript
-
Updated
Jan 28, 2021 - JavaScript
LeanBoard
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
Also try BackHub: Reliable GitHub repository backup, set up in minutes.
What version of Next.js are you using?
10.0.6-canary.9
What version of Node.js are you using?
14.15.4
What browser are you using?
Firefox 84
What operating system are you using?
Ubuntu 20.04
How are you deploying your application?
Vercel
Describe the Bug
Recently (i think 10.0.6-canary.8) the behavior for shallow routing was changed to not scroll-to-top anymore