-
Updated
May 4, 2021 - JavaScript
Here's what's popular on GitHub today...
-
Updated
May 4, 2021
View a 3D model of your GitHub contribution graph. Share it, print it, and more!
Vagrant
-
Updated
May 4, 2021 - Python
-
Updated
May 4, 2021 - Python
30 Minutes to Merge: GitHub Automation
May 25, 2021 • Online
-
Updated
May 4, 2021 - Jupyter Notebook
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Better Code Hub
Spend less time fixing bugs. And more time shipping new features.
A clean codebase keeps development velocity high & makes contributing easy.
Better Code Hub indicates just the right amount of refactoring needed to keep it compliant.
Better Code Hub checks your code for compliance against 10 benchmarked software engineering guidelines. It gives immediate feedback on where to focus for quality improvements. 17 modern programming languages are supported. Up to 700,000 lines of code
-
Updated
May 4, 2021 - C++
-
Updated
May 4, 2021 - PHP
-
Updated
May 4, 2021 - Markdown
-
Updated
Aug 29, 2020 - HTML
-
Updated
May 4, 2021 - JavaScript
-
Updated
May 4, 2021 - C++
If you command a lane change under 45mph, nothing will happen. It it should be clear to the user that no lane change can be done because the speed is too low.
Perhaps instead of the message "Steer Left to Start Lane Change" that appears above 45mph something like "Speed too low for lane change"
-
Updated
May 4, 2021 - JavaScript
-
Updated
May 4, 2021 - C
-
Updated
May 4, 2021 - Go
Which Category is your question related to?
API
Amplify CLI Version
4.39.0
What AWS Services are you utilizing?
API, Auth, Function
Provide additional details e.g. code snippets
I'm trying to configure an HTTP resolver to call a step function. The url needs the correct aws region. I know you can pass the environment like so ${env} but I couldn't find anything in t
After ethereum/solidity#10737 we should be able to replace nearly all non-range-based for loops by range-based loops using appropriate ranges.
-
Updated
May 4, 2021 - Go
-
Updated
May 4, 2021 - TypeScript
Code Inspector
Code Inspector is a code analysis platform that does automated code reviews, technical debt management and analysis of code quality trends over time. The platform aggregates multiple quality metrics (violations, duplicates, readability, complexity). The platform reports the $ figure of the technical debt and show trends of your code base. Code Inspector reports the most critical issues by distinguishing them according to their category, severity and location.


What feature or product is affected?
REST API
What is the new or expected behavior?
use HTTP/2 instead of HTTP/1.1
How is the old or inaccurate behavior currently documented?
The REST API examples should use HTTP/2 instead of HTTP/1.1
For example, in this code snippet,