-
Updated
May 28, 2020 - Swift
swift-package
Here are 155 public repositories matching this topic...
-
Updated
Oct 17, 2019 - Swift
-
Updated
May 7, 2020 - Swift
When we can eventually target macOS 10.15 in the far future, we could use NSToolbarItemGroup
instead of placing a segmented control in the toolbar.
https://developer.apple.com/documentation/appkit/nstoolbaritemgroup/selectionmode/selectone
https://developer.apple.com/documentation/appkit/nstoolbaritem/3237224-isbordered
https://developer.apple.com/documentation/appkit/nstoolbaritem/3237225-
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?
Help welcome to add more tests :)
This is on Mojave. It reports the same wallpaper across both screens, but only the first screen has the reported wallpaper.
There is a $6
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
-
Updated
May 6, 2020 - Swift
Would be nice to be able to use this with Swift/Cocoa APIs that accept a fraction Double
.
For example:
-
Updated
May 19, 2020 - Swift
The name Notification
, formerly known as NSNotification
, is used in Foundation:
https://developer.apple.com/documentation/foundation/notification
This collides with the Mastodon Notification
s.
I only noticed this when trying to access the userInfo
on the built-in iOS Notification
and saw that MastodonKit overrides it.
I guess it is a philosophical question what to do about this
We need an easy way to access ENV variables in the Autobahn.swift and it would also be nice to add support for loading variables from dotenv
files as well. I believe if we load them in the CLI the process that gets kicked off to run the Autobahn.swift will share the same ENV but this still needs to be confirmed
-
Updated
May 29, 2020 - Swift
-
Updated
May 18, 2020 - Swift
There is no help per subcommand.
E.g. swift catalog search
mentions "<query>", but doesn't say what that can be. Just a string?
-
Updated
May 15, 2020 - Swift
As mentioned in #6 RangeSliders should have a minimum selectable range option.
-
Updated
May 13, 2020 - Swift
-
Updated
Jan 26, 2020 - Swift
-
Updated
Apr 6, 2020 - Swift
-
Updated
May 26, 2020 - Swift
-
Updated
Mar 26, 2019 - Swift
-
Updated
May 29, 2020 - Swift
-
Updated
May 18, 2020 - Swift
-
Updated
Dec 4, 2019 - Swift
-
Updated
Mar 23, 2020 - Swift
Improve this page
Add a description, image, and links to the swift-package topic page so that developers can more easily learn about it.
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."
Instead of first drawing the image and then adding it as an image to the Dock tile
contentView
. I think that would be slightly more efficient.https://github.com/sindresorhu