Tina L

Results 69 comments of Tina L

> @itingliu Hi! Do you have any thoughts/feedback on this proposal? Sorry for not replying here. I've been following the discussion on the forum; Thank you for the discussion there!...

Thanks for the PR! This change adds public symbols, so we'd want to draft a proposal according to the [Evolution process](https://github.com/swiftlang/swift-foundation/blob/main/Evolution.md#abbreviated-review-for-minor-proposals). Let me know if I can help in anyway

@stephentyrone and @parkera can speak more to this, but my understanding is that it is inherently an issue with how `Date` is stored and what Foundation promises to do with...

Thanks for reporting. It looks like we're spending a good chunk of time in `String/Substring.subscript.getter` ``` 11.00 ms 84.6% 0 specialized _StringCompareOptionsIterable._range(of:toHalfWidth:diacriticsInsensitive:caseFold:anchored:backwards:) 5.00 ms 38.5% 1.00 ms specialized Collection.first.getter 4.00...

Are you able to use other initializers that are available for both platforms in your code?

It's probably more correct to say it's "rounding to the nearest minute" instead of "rounding up". 89 seconds is 1.48 minutes, so it's displayed as "in 1 minute", whereas "90...

>I did notice that this rounding also occurs with larger units of time as well (weeks, years, etc...). You're right. When I said "it's rounding to the nearest minute" previously,...

#237 will be a way to address this, but until then we can just mark the `class Unit` and `class Dimension` `Sendable`. The Objective-C header that defines `NSUnit` and `NSDimension`...

I'm not able to when I run it with an SDK containing the ToT swift-foundation. Here's my test case ```objective-c NSString *jsonString = @"[\ {\ \"balanceType\" : \"CREDIT\",\ \"createdDate\" :...