Robert MacEachern
Robert MacEachern
I've noticed that there are some layout differences between `SwiftUI.Image` and `NukeUI.Image` when using `maxWidth/maxHeight` in a `List`. I'm not sure if it's intentional or not, but it definitely caught...
### Description [MetricKit](https://developer.apple.com/documentation/metrickit) exposes a lot of valuable information related to crashes, UI hangs, and things like memory/cpu/network/battery usage. It would be very valuable if Bugsnag coalesced this information into...
Steps: - Open the SwiftExample project in this repo - Select Date & Time - Tap the Countdown Timer row in the INLINE DATES section to expand the picker -...
There are a few places where `MTLCreateSystemDefaultDevice` is being force unwrapped and it causes crashes on devices that don't support Metal. I have been looking for a good excuse to...
Thanks for the helpful library. I discovered it as part of Create API and it's wonderful! I was wondering if you'd be interested in adding a SwiftUI `Text.init(_ date: NaiveDate,...
The project dependencies are currently included in the `ExternalCode` directory. Most are quite out of date and have been manually patched over time. It'd be nice to get most of...
The ASIHTTPRequest dependency is quite old and the library is no longer maintained. We may be able to use NSURLRequest as a direct replacement.
Buddybuild detected a crash `iOS/AppDelegate.swift` line `13` ```swift import UIKit //import BuddyBuildSDK @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { Bool { ``` [View File](https://github.com/steamclock/internetmap/blob/2592e0ae8e744fe9173938d2c75735a6e08ae4a7/iOS/AppDelegate.swift#L13) | [View Full Crash Details](https://dashboard.buddybuild.com/apps/582ba3b8a9c52a010058e3e9/crashreport/aac0a9faffe728068b22e3ec5a21a5e0)
- **Move view caching to the environment** - **Update to make cache generic** - **more** - **Renamed `MeasurementCache` to `TypeKeyedCache`** - **Fix leak of AccessibilityViewController demo** - **Rename `BlueprintView.viewMeasurer` to...
### Why is this needed? `--quiet` and `--verbose` flags are not documented in `--help` output. `--quiet` is especially important for ai agents as it suppresses details that are usually irrelevant...