alfred-swift-evolution icon indicating copy to clipboard operation
alfred-swift-evolution copied to clipboard

An Alfred workflow for looking up Swift evolution proposals

Results 3 alfred-swift-evolution issues
Sort by recently updated
recently updated
newest added

Hi, I'm James Dempsey, a member of the [Swift Website Workgroup](https://www.swift.org/website-workgroup/). As part of the workgroup one area I’ve been focused on is the Swift Evolution Dashboard and the JSON...

Currently, we download the JSON file on every invocation of the workflow, which is really wasteful and slow.

Besides not caching the downloaded JSON file on disk (see #5), an even bigger contributor to bad performance is the fact that we're running the code as a Swift script,...