rlam3

Results 97 comments of rlam3

@mbernson should we be pulling all image ages during view did load with the size in the json and creating objects prior to having to set the cells sizes? or...

@afourney how do you benchmark that improvements were made? was there a published article? and how are we able to get access to the introduction message? thanks!

Aww man that really is bummer.... Are there alternatives? I've been looking into SwiftyBeaver lately. What do you think of it @honghaoz ?

@honghaoz But XCGLogger doesn't support the coloring as well. It just outputs it as a string in xcode right?

Why refresh and not request a new one? What would be the point of expiration if all you do is extend it?

@patrickjahns i just have my other end of the api decrypt the token getting the expiration date and request a new one if its expired... is that sufficient?

Where exactly are the tokens anyways? How does this module know where to store them? Is there a way to return a list of tokens?

when using flask-jwt... should i need to send API Key every time too? or how does API key work with flask-jwt in this case?

@mtourne Based on your example, when the token expires due to inactivity, how would you refresh the token? Thanks!