Results 406 comments of Nate Wienert
trafficstars

Seems like issue is with having a different redirect_uri at some point in OAuth2. Slack doesn't seem to want it to change from initial one: ``` bad_redirect_uri | Value passed...

@gaearon weird place maybe to ask but have a question... I have an update to ionize using 16.1 working but am seeing behavior I saw in ionize as well, so...

Actually, this could actually be supported in Kontur very generically. Non-fancy way, `property` method: ```js str.property('index', true) ``` Super-fancy way, using Proxy: ```js str.index(true) // behind the scenes you can...

I've attempted a fix for this, we basically have to create our own custom reanimated underling view rather than using their View, and then make it support applying the various...

Yep you do need to load it, config v4 will not have any custom fonts and just use system fonts on each platform.

Just curious, this is replacing mdfind with locate right? Is locate really that much faster than mdfind?

Part of it was memory, I believe. Spacing out the work in a simple way sped it up by 2.5x, still about 3x slower but perhaps 2x or better with...

btw why did you add this one? moti does seem to be doing well for us