Cosmic Flamingo

Results 10 issues of Cosmic Flamingo

LifetimeTracker is brilliant! I love it :) One small suggestion I'd make is to make it possible for a developer to change the tint color of the text. This would...

## Background While trying to create a model that runs the FFT algorithm, I noticed that unlike other ops that are not supported, coremltools does not seem to acknowledge anything...

feature request
pytorch
missing layer type

This PR is an attempt in getting Ian Keen's brilliant work (https://github.com/SwiftGen/SwiftGen/pull/369) past the finish line. All I did was rebase his feature/accessibility branch from SwiftGen's develop branch. I also...

Great work with this project! I'm integrating it to my app right now and am making a change to it that will suit my needs, and I think you'd like...

Great work with the project you've created! I was wondering whether SwiftyMessenger could be used to send messages from a share extension to the main app. In my usecase, I...

### What happened? If I am using Tuist to generate schemes for targets that reside in my SPM package, I encounter a strange behavior where the scheme for the respective...

type:bug
stale

It looks like if I were to pass a NonEmptyArray an input of type `Range` or `ClosedRange`, NonEmptyArray actually produces an array comprising a single element, which is that range...

Let's say I want to initialize a ConfirmationDialogState object within a reducer like this: ```swift state.confirmationDialog = .init( title: .init("Skip tutorial?"), buttons: [ .destructive( .init("Yes, skip"), action: .send(.confirmDeletionButtonTapped, animation: .default)...

This is probably the smallest corner-case in the world, but thought I'd make this ticket in the off-chance it's an easy fix. I'm finding that when I try and commit...