Nick Dowell

Results 98 comments of Nick Dowell

Thanks @toninomono, that would be a cool feature.

@mrzapp sorry for taking so long to reply. I'm not sure how to go about building that feature, so I would start by studying how it works / has been...

Thanks @DroWnThePoor! You could [fork this repo](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks), add your svg to a new "assets" directory , and [create a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)... or if that seems too complicated, feel free to...

Support for manually logging request breadcrumbs was added in [v6.23.0](https://github.com/bugsnag/bugsnag-cocoa/releases/tag/v6.23.0) 🎉

Hi @gpambrozio thanks for the PR. Would you mind giving a bit of context around why you want to populate the `threads` property yourself? It's not a use-case we had...

Thanks for the additional info @gpambrozio Within Bugsnag we will discuss the possibility of adding a formal API for this, and update this PR in due course. It's unlikely we...

@gpambrozio sorry about that, I removed it once I realised the suggested approach won't work for events where delivery needs to be retried. This is because we store the original...

Hi @gpambrozio a simpler alternative to maintaining a branch of our repo would be to expose our internal threads API in an Objective-C bridging header: ```Objective-C // AwesomeApp-Bridging-Header.h #import NS_ASSUME_NONNULL_BEGIN...

Hi @sethfri, After comparing the new and old APIs we don't see anything that indicates that `NSFileSystemFreeSize` is inaccurate - it exactly matches the `NSURLVolumeAvailableCapacityKey` value returned by NSURL. The...

Closing due to lack of feedback. If there is a genuine need for knowing the available capacity for "important" and/or "opportunistic" usage, please let us know!