justinr1234

Results 79 comments of justinr1234

Converted the javascript function to python: https://github.com/puppeteer/puppeteer/issues/299#issuecomment-474435547 It isn't 1-to-1, as the generated random directory name is different, but the same number of characters. I had trouble figuring out how...

How do you feel about Nativebase @vlasenko ?

@mitjade I actually already integrated it if you'd like me to PR. I'd need to do some work to get the examples updated (as you're doing). The hard part was...

@vlasenko Re: UI packages. I was contemplating the ability to swap between UI packages via the `app.json`. Something like: ``` { ... ui: { web: 'react-native-web', ios: 'native-base', android: 'native-base'...

@vlasenko Looks powerful, but to be honest it's kind of confusing at first glance. Do you plan to add some more hand holding to the examples?

@vlasenko https://github.com/wix/redux-testkit

@vlasenko Thoughts on this? https://github.com/charlieschwabacher/gestalt/blob/master/docs/getting-started.md I particularly like the neo4j borrowing for automatically defining of relationships and join tables ...

Getting auth down properly is definitely not a small undertaking and I don’t think there’s a big advantage to swapping to Auth0. Meteor gives you everything you need out of...