-
Updated
May 5, 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!
Linux
-
Updated
May 4, 2021 - Python
-
Updated
May 4, 2021 - Python
Game Off
November 01, 2021 - December 01, 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.
Semgrep
Semgrep is a fast, open-source, static analysis tool for modern languages. With 1,000+ existing rules and simple-to-create custom ones, it finds the bugs that matter.
- Open source, works on 17+ languages
- Scan with 1,000+ community rules
- Write rules that look like your code
- Quickly get results in the terminal, editor, or CI/CD
- Flag issues moving forward, get results in pull requests, Slack, + more
-
Updated
May 4, 2021 - C++
-
Updated
May 5, 2021 - PHP
-
Updated
May 5, 2021 - Markdown
-
Updated
Aug 29, 2020 - HTML
-
Updated
May 5, 2021 - JavaScript
-
Updated
May 5, 2021 - C++
Describe the bug
When I run a simulation on CARLA, I get the log video files in hevc.mkv format. When I try to open the video with VLC, only a quick visualization of the video is shown (less than half a second). Then the video stops.
How to reproduce or log data
It happens every time I run a simulation and a video/log files are created. To do this I followed the installation instruct
-
Updated
May 5, 2021 - JavaScript
-
Updated
May 5, 2021 - C
-
Updated
May 5, 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 Climate
Collaboratively improve code quality with Code Climate and GitHub
Code Climate combines line-by-line test coverage reports, technical debt assessments, and style checks in every pull request so that your team only merges clear, maintainable, and well-tested code.
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,