Max Korp

Results 37 comments of Max Korp

Adding to what @johnhaley81 said regarding pull requests, you have to decide what your comfort level is adding features. There are a few tiers of complexity there. Short version: Existing...

@Profpatsch 2 points: - Github uses rugged for much of it's functionality, which is a similar binding for ruby. I know Github != git, but I suspect that if they...

So far everything seems to work! As far as testing, I'm simply building a "release" app for android with an odd version number for a different channel, and pushing up...

https://github.com/maxkorp/codepush-monorepo-example I left populating keys to you, you can just text search for `` and `` for both android and ios There is a script you can run at the...

Anything I can do to help out with this? I've got a bit more testing to do, but that fix script works for me locally, so I'd be happy to...

Yeah I didn't love that either. The only time i'd see it being advantageous is testing changes to your dumping script. What if `--forceActions` meant that - For watch --once,...

I like that idea! How about `runAll`?

Working on this now, would love to talk about what `current` does in terms of which actions it runs when, in order to remain consistent I imagine like so? (Please...

Side note, I'll squish this down once we're ready with it, I just want to maintain what I've done while still working on it.