-
Updated
Feb 9, 2021 - TypeScript
Here's what's popular on GitHub today...
-
Updated
Feb 11, 2021 - Python
Join the GitHub community for an AMA with Staff Software Engineer, Author, Inventor and Homebrew Maintainer Mike McQuaid. We’ll discuss Open Source, burnout, mentoring, being a hands-on Dad and his Engineering values.
Clojure
-
Updated
Feb 10, 2021 - TypeScript
Cirrus CI
Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.
-
Updated
Feb 8, 2021 - C#
-
Updated
Feb 8, 2021 - C++
-
Updated
Feb 11, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
Problem: I'd like to dynamically import scripts as <script> tags.
Describe the solution you'd like
Proposal:
const useScript = ({ url, id, type = 'text/javascript', async = true }) => {
const [ready, setReady] = React.useState(false);
const [failed, setFailed] = React.useState(false);
R-
Updated
Jan 21, 2021 - JavaScript
-
Updated
Feb 2, 2021 - JavaScript
-
Updated
Feb 9, 2021 - Swift
-
Updated
Feb 10, 2021
-
Updated
Feb 8, 2021 - TypeScript
-
Updated
Feb 11, 2021 - TypeScript
-
Updated
Feb 5, 2021 - Java
-
Updated
Feb 10, 2021
-
Updated
Feb 5, 2021 - Dart
-
Updated
Feb 9, 2021
Cloud 66 Skycap
Skycap is a container-native Continuous Delivery Pipeline. It takes your code from any git repository, and allows you to build your image in a reliable, secure, and repeatable way.
Skycap runs your Docker build workflow step by step for multiple images. It comes complete with an intuitive UI & private Docker repository.
Combine with Maestro for an end-to-end solution.
There are multiple benefits to use GraphQL query instead of the RESTful endpoints: