Frederik Riedel

Results 40 comments of Frederik Riedel

I had the same question recently. I would like to add a Shortcut (Kurzbefehl) on my Homescreen to quickly access my vaccination certificate via a url scheme (e.g., `corona-warn-app://certificates`). Any...

I am also running into quite some issues when I attempt to upload a new activity to Strava. For now I don't even want to include a file, I just...

I didn't check about the .fit file itself yet but I am able to contribute basic session info to starve. Example: https://www.strava.com/activities/1999653605 Ended up using this lib instead: https://github.com/SweetzpotAS/StravaZpot-Swift See...

> @frogg I checked out StravaZpot but the syntax is a little bit hard for me and there wasn't an example project for me to refer to within it. You...

> @frogg Thank for your repo link. I read thru the original repo and truth be told, I'm a bit stumped as to how to integrate it into my project....

This is a great addition, should be merged!

Having the same issue, did you find a workaround?

I’d love to have this added as well. Code would go in here: https://github.com/mastodon/mastodon-ios/blob/e208aedb7a68814682e4b8a82367f31a7279de3e/Mastodon/Supporting%20Files/AppDelegate.swift#L60 I am asking, because I would like to link to my app’s mastodon account from within...

Any update on this? Wouldn't it make sense to merge this?

I don't remember exactly, but this was my solution: `let client = HTTPClientBuilder.client(withToken: "Bearer \(token)", debug: false)` (note: added the **Bearer** in front). Seems like that exactly what the .description...