-
Updated
Aug 23, 2020
free
Here are 1,582 public repositories matching this topic...
-
Updated
Aug 26, 2020
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Aug 25, 2020 - Python
-
Updated
Aug 30, 2020 - TypeScript
-
Updated
Aug 30, 2020 - HTML
-
Updated
Jul 8, 2020 - HTML
-
Updated
Jul 27, 2020 - JavaScript
-
Updated
Jul 31, 2020
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Jun 30, 2020 - Go
-
Updated
Jul 3, 2020 - CSS
-
Updated
Sep 1, 2020
Use YAML for eggs
Currently, eggs are exported in json format. Eggs can contain a lot of multiline strings, which makes it very hard to read them in json format.
YAML has much better support for multiline strings (see here) which would make it much easier to modify eggs as code and see changes in Pull Requests.
In addition YAML is easier to read and we've converted wings to use ya
-
Updated
Jul 4, 2020
-
Updated
Jul 15, 2020 - HTML
-
Updated
Mar 1, 2020
-
Updated
Dec 27, 2019 - C
-
Updated
Aug 11, 2020 - JavaScript
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Jul 15, 2020 - HTML
-
Updated
Jun 25, 2020
-
Updated
Aug 10, 2020 - JavaScript
-
Updated
Aug 20, 2020 - CMake
Free apps
Cloud 66 Skycap
Skycap is a container native CI/CD tool
CodeScene
A quality visualization tool to identify and prioritize technical debt and evaluate your organizational efficiency
CodeFactor
Automated code review for GitHub
Restyled.io
Restyle Pull Requests as they're opened
Sync by Unito
Build workflows across tools and teams. Integrate GitHub with Jira, Trello, Asana, HubSpot, Zendesk, Basecamp, Wrike and more
Jira Software + GitHub
Connect Jira to GitHub
AppVeyor
Cloud service for building, testing and deploying Windows apps
Buddy
One-click delivery automation for Web Developers
WakaTime
Metrics, goals, and time tracking automatically generated from your programming activity
LGTM
Find and prevent zero-days and other critical bugs, with customizable alerts and automated code review
Issue-Label Bot
Automatically label GitHub Issues with machine learning
Code Inspector
Code Quality, Code Reviews and Technical Debt evaluation made easy
LogRocket
Record videos of user sessions with enhanced logging information
Codefresh
A modern container-based CI/CD platform, easily assemble and run pipelines with high performance
Sonatype DepShield
Monitor your open source components for security vulnerabilities - goodbye muda, hello kaizen
Improve this page
Add a description, image, and links to the free topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the free topic, visit your repo's landing page and select "manage topics."
Currently, the
jitsi_server_urlfield of the realm state that the Zulip API sends to clients as part of the/registerAPI response doesn't consistently end with or without a trailing slash. As a result, clients are creating Jitsi meeting URLs with an additional slash. If the API removed the trailing slash from the value read from Django settings before adding it to the realm state, this issue