Joseph Duffy

Results 56 issues of Joseph Duffy

## TODO - [x] Add `Decodable` support - [x] Add an equivalent to `unwrapped` that's added by `PartialConvertible` when `Wrapped` is `PartialCodable` - [ ] Support embedded partials, builders -...

Requires Xcode 12.5. Draft until [Quick](https://github.com/JosephDuffy/Quick) and [Nimble](https://github.com/Quick/Nimble/pull/916) changes have been accepted and merged.

Quick/Nimble add overhead to testing (both as a developer checking out and overhead when running). I personally don't use them on other projects and would like to remove them from...

**Description** Writing a macro that outputs a `==` function is not considered when checking for `Equatable` conformance. **Steps to reproduce** Write a macro conforming to `ConformanceMacro` and `MemberMacro`. Add `Hashable`...

bug
triage needed

Wrapper around https://developer.apple.com/documentation/gamecontroller. Can even support keyboards.

new source

Just number of cores and total active cores. Would be nice to not rely on polling. Old source: https://github.com/JosephDuffy/GatheredKit/blob/develop/Source/Sources/CPU.swift

new source

Could be added to GatheredKitDevice. Old implementation at https://github.com/JosephDuffy/GatheredKit/blob/develop/Source/Sources/OperatingSystem.swift. Uptime should not be included.

new source

Can be added to GatheredKitDevice. Old implementation at https://github.com/JosephDuffy/GatheredKit/blob/develop/Source/Sources/DeviceMetadata.swift. Might be worth splitting uptime in a separate SystemUptime source.

new source

Hopefully there's a more modern and safe method of reading this data, but it's a fairly small one. Previous implementation: https://github.com/JosephDuffy/GatheredKit/blob/develop/Source/Sources/Memory.swift

new source