-
Updated
Jan 4, 2021 - C#
Here's what's popular on GitHub today...
-
Updated
Jan 26, 2021 - JavaScript
Perl
-
Updated
Jan 29, 2021 - JavaScript
-
Updated
Jan 28, 2021
-
Updated
Jan 13, 2021
-
Updated
Jan 27, 2021 - JavaScript
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
LGTM
Continuous security analysis
LGTM is a code analysis platform for identifying vulnerabilities and preventing them from reaching production.
LGTM automatically runs 1600+ standard analyses contributed by researchers from the Semmle Security Research Team and our customer community, including Microsoft, Google, Uber and Mozilla.
Quickly refine and run custom QL queries to find variants of known issues and prevent them from being re-introduced into your codebase.
-
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
Pull Assistant
Every time you create a pull request, Pull Assistant analyses it and provides you all necessary information to perform code reviews faster and with confidence.
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