Nathan Harris

Results 24 issues of Nathan Harris

## Motivation `LTO*` and `GTO*` prefixed protocols act as markers for conditional conformance clauses, and as such need to be `public` symbols, but for all intents and purposes they are...

## Motivation When determining which `Clock` value to use, it can be less expressive or easily forgotten to use the `Clocks` namespace to access the several built-in values. In Swift...

Right now `TimeDifference` provides concrete `Int` properties of each unit component of a given difference, which leaves users to implement a way of getting a total of a specific unit....

I know that this opens the floodgates of expanding the formatting capabilities of the basic dumb "out of the box" log handler this package ships with... but how do we...

I wonder if when [function builders](https://github.com/apple/swift-evolution/blob/9992cf3c11c2d5e0ea20bee98657d93902d5b174/proposals/XXXX-function-builders.md) have formally been added to Swift a declarative API with function builders could be made akin to this library: https://github.com/carson-katri/swift-request

When creating a `.unique` constraint using the `unique(on:name:)` method, the constraint name will use the given `name` value, rather than an automatically generated one. When attempting to delete the unique...

bug

It would be nice if the current guide for those reporting vulnerabilities included outlines - or just linked to articles - on what makes a good vulnerability report. For example...

enhancement
help wanted
good first issue

## Desired Functionality Rather than working with the protocol `Money`, or any of the concrete implementations directly, I would like the ability to progressively work with the `Currency` module by...

enhancement
help wanted