The Wayback Machine - https://web.archive.org/web/20210214223058/https://github.com/topics/open-source
Skip to content
#

Open Source

Open source is a term denoting that a product includes permission to use its source code, design documents, or content. It most commonly refers to the open source model, in which open source software or other products are released under an open source license as part of the open source-software movement. Use of the term originated with software, but has expanded beyond the software sector to cover other open content and forms of open collaboration.

Here are 6,726 public repositories matching this topic...

docusaurus
Kap
SwifterSwift
LucianoPAlmeida
LucianoPAlmeida commented Jan 30, 2021

Is your feature request related to a problem? Please describe.
CI workflow still uses Xcode 11.7 https://github.com/SwifterSwift/SwifterSwift/blob/master/.github/workflows/CI.yml

Describe the solution you'd like
We should update both CI to use the latest available Xcode.
Together all project things that needs updating also.

Describe alternatives you've considered
A clear and

vue-storefront
bevy
sourcegraph
LawnGnome
LawnGnome commented Jan 22, 2021

In internal/campaigns/Service.SetDockerImages, we currently pull images serially, even though the underlying plumbing is safe for concurrent use. We should use the executor parallelism flag as a hint for how many images we should pull at a time. 🚤