tylerjames
                                            tylerjames
                                        
                                    I'm not sure about the escape hatch business but I was able to do it like this: First get an `accessToken` using `AWSMobileClient.getTokens()` Then use `AWSCognitoIdentityProvider` like this: ```swift var...
Good to know. I'm hoping to upgrade to Amplify sometime in the near future so I'll probably have to come back to this solution anyway
Thanks @jdizoglio that got it running. Next problem is that it shows a white screen with a button that says "Start" and after clicking it I end at an authorization...
Can we get a way to convert timestamp if it's in milliseconds?
Of a timestamp in milliseconds? Sure. I know Java, and I'm sure other languages, report timestamp in milliseconds. One of my APIs returns this value: `1698438787706` Which the app displays...
Looks good, I'll check it out. Thanks!
Getting an invalid timestamp when I try to convert from Raw response body. Works if I do it from Treeview though.
I know this is an old issue but I ran into the same thing trying to extract Xcode 15 Beta 8. Strangely I had previously installed this version without a...
Unfortunately not. I ended up switching over to this: https://github.com/raspu/Highlightr It's been pretty decent so far, but honestly it's a somewhat small part of my app so I really haven't...
Marklight is nice because it’s written in Swift. However that Highlightr library uses a JavaScript engine for syntax highlighting. It should work for your purposes though and it comes with...