Eric Bidelman

Results 306 comments of Eric Bidelman

@hadfieldn Thanks for this. Sorry for the delay. If you run the script in your app's directory, does it work? Just curious. Still seems like a good option to add.

I don't have good insight into which format people are using more, the single vs. the multi-file format. I use the single format on some projects, where I read the...

Is it possible for you to attach a small .zip of a directory structure that repos the problem?

Would be interested to see. I think for this, we'll need a docker setup that runs a Node server on Google Cloud Engine. That way, it gets you on Google's...

> Another hiccup I passed was setting multiple of the same header Yea, this needs to be tested to see if both or only one way works. Which docs are...

I had troubles deploying a py app yesterday. The fix was `gcloud config set app/use_appengine_api false` until the next SDk update. Not sure if that will help you.

BTW, if someone wants to add a Java demo to the examples folder that would be welcomed :) On Thu, Jun 16, 2016, 9:09 AM Joshua Oster-Morris [email protected] wrote: >...

@craftyc0der 10 is the limit imposed by GAE right now. That doesn't mean other h2 servers impose the same restriction. I'm not sure it's advisable to ever push dozens of...

That's something the Polymer team needs to figure out. For example, the https://shop.polymer-project.org/ demo uses very few (any?) of the current element set. I think one thing we'll need to...

This is a known issue with chromen atm. It's defaulting to the quic protocol which doesn't yet support push. That'll be fixed soon. On Wed, Jun 22, 2016, 5:57 AM...