-
Updated
Jan 4, 2021 - C#
Here's what's popular on GitHub today...
-
Updated
Jan 26, 2021 - JavaScript
-
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.
App Center
Ship Your Mobile Projects Faster
Automate the Build-Test-Distribute process for your mobile projects. Continuous Integration and Continuous Delivery (CI/CD) are at your fingertips.
-
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 28, 2021 - JavaScript
-
Updated
Jan 28, 2021 - JavaScript
Codefresh
Build fast, deploy faster
Codefresh is a container-native CI/CD platform running on Kubernetes with embedded caching to provide maximum performance and high scalability.
Assemble pipelines in seconds
In Codefresh, every step in your pipeline is a Docker image, leverage the many out-of-the-box images available already in the codefresh plugins page to assemble your first pipeline or create your own custom steps using any Docker image.


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