Malcolm Hall

Results 132 comments of Malcolm Hall

Hi thanks, how about doing 2 separate queries?

A couple of ideas: This plugin is about finding the distance from a lat/lon that is user supplied to models, i.e. a lat/lon that is not already stored inside the...

I think a minor update e.g. 4.2.1 just to show a message to users they must manually update is a good idea. It could be shown instead of the "there...

I'm currently slowing down a stream for testing like this: ``` let fileURL = Bundle.main.url(forResource: "test", withExtension: "txt")! let stream = fileURL.lines.map { line in try? await Task.sleep(for: .seconds(1)) return...

These alternatives might help: [flipsForRightToLeftLayoutDirection](https://developer.apple.com/documentation/swiftui/view/flipsforrighttoleftlayoutdirection(_:)) [layoutDirectionBehavior](https://developer.apple.com/documentation/swiftui/view/layoutdirectionbehavior(_:))

I'm not bothered about the empty string, as I said above what I actually want is the time omitted which is not working when a date format is not included:...

Wow nice find thanks! So as a workaround I'll go with `Date.FormatStyle(date: .numeric, time: .omitted)` then hopefully `public init(date: DateStyle? = nil` can be fixed to `public init(date: DateStyle? =...

> As I said, the upgrade to DSM 7.3 worked for me on x86 Intel platforms. And the 2.5 GB USB Ethernet adapter works perfectly, as long as it was...

Sounds like the issue is with Realtek CPU only. Perhaps the issue title should be updated to clarify?