James Sherlock
James Sherlock
SwiftLog has the added ability of aggregating and sending logs up to a remote server for error monitoring. I'm not sure it makes sense for this SDK to add a...
It is possible to detect whether code is being run from an extension by checking for `Bundle.main.infoDictionary?["NSExtension"]`. The contents of that object includes "NSExtensionPointIdentifier" which defines which kind of extension...
Curious @winsmith if there's been any progression on this? 👀 I know it was recently brought up on Twitter, and I totally forgot that this thread existed. MetricKit provides a...
I suppose there are a few options. One would be for the backend to just support the MetricKit JSON payload verbatim... this would likely be easiest, but from a technical...
MetricKit itself is an iOS specific technology and format. That doesn't mean that most of the data couldn't be ascertained on Android (it can) but it defeats the point of...
@winsmith let me know if you'd like to dive deeper into the solution or goals! happy to help how I can.
I know it would take some SQL work since it's not in the SearchView which is used, but would it help to set the last updated time on the sitemap.xml?...
This was fixed by https://github.com/TelemetryDeck/SwiftClient/commit/227570d973ddfda4f98e9d7064961eb8af036d7d right?
Hi @brunoocasali, appreciate your last comment. New to the project 👋 Async/Await continues to grow in it's usage across the Swift ecosystem, be it with server-side Swift (and Vapor as...
Great to hear from you @aronbudinszky! By no means wanting to 'steal' this from you, but I have opened a PR (https://github.com/meilisearch/meilisearch-swift/pull/410) to demonstrate your idea. If time is difficult...