Jason K Frank
Jason K Frank
That's a nice effect with the multiple sections that push each other off-screen. I also agree that the fixed header should be scrolled off the page rather than artificially slid...
@ulisses-cruz Yes, as I mentioned that would work but the point of my question is to find out if there is a way to do it _without having to make...
@mathieudutour The export process fails on *every* file on my machine *and* on my colleague's machine (the process either bombs with the same error or the beach-ball hangs indefinitely). I...
@mathieudutour When I ran that command on that simple test file it returned this JSON: ``` { "pages" : [ { "id" : "3752D9A8-72F0-44E4-9BF9-1A66D540054C", "name" : "Page 1", "bounds" :...
@stephenmathieson Thanks for your comments! I've tried to address each one. I'm currently blocked on [this comment thread](https://github.com/segmentio/create-next-app/pull/48#discussion_r223020831) though.
Hi @bbuckland ! Great to hear that you're interested in this! To answer your question about the status, I think this PR is very close to being accepted. I was...
@jakeleventhal So you just replaced `concurrently` with the `&` approach for the npm script which combines the emulators with another command? My understanding is that the `&` approach will not...