Brian Sutherland

Results 8 comments of Brian Sutherland

Interesting. Using cache control rather than a random token would definite be better. Would you be able to work up a pull request?

Hi, I'm pretty confused why you would want to redirect clients to the prerendered page? AFAIK a client has a much better experience if they do the rendering in their...

I don't think that using prerendering in this way makes sense for your usecase. It probably could be done, but I would look into using node to render the HTML...

It's been a while since I wrote prerender, but I don't see any reason why the existing code doesn't pass the querystring. If you find exactly why during de-bugging, please...

Hi Yuri, Thanks for the info. The change looks good. Would you be able to make a pull request with it? Regards, Brian On Thu, 31 Oct 2019 at 18:49,...

I'd just like to note that I've also been bitten by this. More of a chicken and egg situation: I need to define a custom entry point, thus I really...

On Fri, Mar 30, 2018 at 05:00:38PM +0000, John Pignata wrote: > Hmm - interesting - what if you prefixed the tags in the build specification with `prod_` or somesuch...

On Fri, Mar 30, 2018 at 06:27:30PM -0700, Joe Hillenbrand wrote: > > If you specify multiple tags, only images with all specified tags are selected. > > https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html#lp_tag_prefix_list >...