Brandon Dail

Results 63 comments of Brandon Dail

I'm am definitely in favor of supporting middleware! Thanks for opening this issue, and a PR. I'll review it as soon as I can.

Awesome, thanks for checking and letting me know @VahidBo! and thanks for investigating it in the first place @wKovacs64

Re-opening, since apparently Expo still uses an older version of React Native. Since Expo is relatively popular, we should try to support it out of the box as well.

Hey y'all, sorry for ghosting you. I'm currently on paternity leave so I'm not focusing much on this project. I wanted everyone to wait for ReactConf and hooks because I...

@bjarneo just wanted to let you know I haven't forgotten about this, just busy traveling currently. Will pull down and verify soon, but overall it LGTM 👍

I haven't considered it, but I would be open to supporting it! We could maintain a set of localizations and create access points for each. ```js // imports tinytime with...

I would be open to providing similar functionality, as long as it was opt-in. `fromNow` will likely require a non-trivial amount of code, and size is a top priority. Maybe...

@jaredpalmer can you share how you did that?

@divmain thats likely. The renderer that I was working on concatenated to the same string every time (it was contained in a "context" object that was passed down as it...

@ryan-roemer @divmain I put together a more accurate benchmark using the actual attribute function here: https://github.com/aweary/string-concat-array-join-bench You can see the results I got in the repo's README for node 4...