Results 12 comments of Jacob Smith

Awesome, thanks! I'm working on a PR for this and have a request out to Heroku for some more documentation on what failure response JSON looks like, just so the...

Great, thanks for the feedback! I may try some things on the library myself, just wanted to make sure I wasn't missing something!

Hi @clauderic - of course! I haven't been able to reproduce 100% the issue that I see (with it being "cut off"), but I think I'm seeing the same fundamental...

I'm also running in to a similar problem, though I'm not calling `setCustomText` until after the promise from `Font.loadAsync` returns. @waltershub did you ever find a solution?

After some more work, I realized that I had not initialized the application according to how Expo wanted it initialized and that was causing `Font.loadAsync` not to complete as expected....

@mikkel-labelbox did you ever come up with a solution? I think I'm trying to accomplish what you've described here and would love any pointers (:

Moving it to a simpler path (no spaces) and restarting Breach let it reload -- thanks for picking up on that!

I would love this as an option -- even just a central area on breach.cc where people could submit modules and then show download stats would be awesome!

Due to some other business requirements, I ended up using https://github.com/reactjs/react-autocomplete instead. To achieve the same requirement of users selecting from the list, I implemented a validation of: ``` Typeahead.validateSelectedIsOneOf...

Would you be open to a possible ENV var or other configuration setting that would make that configurable? We use a docker image that doesn't have `bash` installed by default...