Swiftpack.co - Swift Packages by colealanroberts

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by colealanroberts

colealanroberts/OpenAlpha 0.1.4
A Swift package for retrieving images from Sony digital cameras
⭐️ 119
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.1.4
1 year ago
### Internal Utilize TaskGroup when retrieving assets
0.1.3
1 year ago
### A7-M3 Support In an effort to support the A7-M3 (and hopefully additional models), I've added rudimentary handling for an unmarked res item which is mapped to `Asset.original`. ### Public Now, to fetch available sizes, a consumer might call: ```swift openAlpha.media(sizes: [.small, .large], from: "127.0.0.1") ``` And to request all sizes: ```swift openAlpha.media(sizes: .all(), from: "127.0.0.1") ``` >Note: It's worth noting that `.all()` may incur an additional cost if an `Asset.original` URL is requested. Generally speaking, this data may represent the original high-resolution photo, and may be much larger in both resolution and file size than even `.large`.
0.1.2
1 year ago
### Internal - Opt to use non-throwing continuation when observing `pathUpdateHandler` in `HotspotProvider`.
0.1.1
1 year ago
### Public - Change method `media(ip:)` to `media(from:)` in public API - Remove unused property `defaults` in public API ### Internal - Cleanup try/catch in `HotspotProvider` - Add comment for `Kind` in `Media` - Rename `defaults` to `userDefaults` in `LocalNetworkPermissionProvider`
1 year ago
Initial release
iOS macOS
colealanroberts/OpenAI 1.0.5
A Swift package for interacting with OpenAI
⭐️ 11
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.0.5
1 year ago
**Full Changelog**: https://github.com/colealanroberts/OpenAI/compare/1.0.4...1.0.5
1.0.4
1 year ago
## What's Changed * Integrate ChatGPT API support by @colealanroberts in https://github.com/colealanroberts/OpenAI/pull/7 **Full Changelog**: https://github.com/colealanroberts/OpenAI/compare/1.0.3...1.0.4
1.0.3
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago
iOS macOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics