Karl
Karl
I had a need for a data structure recently and couldn't find any good package implementations. I think it might be a nice addition to this package. Essentially, the problem...
I noticed that, while we have coverage that regular ASCII "localhost" gets normalized to an empty hostname in file URLs, we don't have any coverage for that post-IDNA. There are...
I've been trying to work out a good algorithm for this, looking at the 3 major browsers for guidance and compatibility (I would like any file URLs I create to...
I wonder if we might rather define our trig functions in terms of an `Angle` type: ```swift public struct Angle { public var radians: T public init(radians: T) { self.radians...
This allows the project to be built without specifying header search paths, which is necessary to import it as a SwiftPM package.
Given the recent news about S4TF being archived, I wonder if anybody will continue working on this. Would it perhaps be a good idea to seek out a new home...
This PR does 2 things: 1. Splits warmup reporting, if warmup iterations are specified: ``` karl@Karls-MBP Benchmarks % ./.build/release/WebURLBenchmark --filter "Foundation" --warmup-iterations 20000 Warming up... Running FoundationCompat.ToWeb: AverageURLs... Done! (3944.60...
It's quite awkward to work on an application where both System.FilePath and SystemPackage.FilePath are floating around. I _love_ that this package is available, but as things stand, I'm having to...
Follow-up to #560 I wonder if it would be possible to broaden the linked change to all hostnames whose final label begins with an ASCII digit. The reason is that...
The recent change which renamed "cannot-be-a-base" URLs to "URLs with opaque paths" reflects the reality that you _can_ parse some relative references against them (e.g. fragment-only relative references). However, it...