Skip to content
#

swift-package

Here are 155 public repositories matching this topic...

alexcurylo
alexcurylo commented Mar 15, 2020

I want to autolayout a grid of squares where the width is calculated and the height is the same, ideally something that allowed for any aspect ratio like

   ModularGridStyle(columns: .min(135), rows: .aspectRatio(1))

That possible with the current Tracks? If not, what would you suggest as the best way to add it?

sindresorhus
sindresorhus commented Oct 18, 2018

I don't want to maintain a manual copy of the docs forever, but there are certain things I need before it's worth automating it:

  • GitHub Actions, so that I can automatically generate docs when a new Git tag is created. Yes, I could use Travis now, but I don't want to.
  • Jazzy / Swift support for showing default arguments. I think this will be supported in Swift 5, and Jazzy could then

Improve this page

Add a description, image, and links to the swift-package topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the swift-package topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.