Zack Tollman

Results 66 comments of Zack Tollman

@kovshenin...Yeah, I get that "get_post_option" won't work if not added early on. I've not been using it because I don't see how it's any better than "get_post_meta" at this point....

@kovshenin, would love to see what you have in mind. Unfortunately, I not sure how you would implement the lazy load option, but would like to see it in action.

This might be a bigger issue than I thought. I'm seeing a nasty side effect of initiating the meta box functions on `init` instead of `add_meta_boxes`. I've registered 9 fields...

@kovshenin, sorry for the late reply. Unfortunately, I've moved past this issue and don't think I have the code anymore. I'll try to dig it up. I agree that the...

Great start! I think the response should return a URL to the raw trace and a link to view it: ``` { raw: 'https://chromedevtools.github.io/traces/CuriousRedCrow', view: 'https://chromedevtools.github.io/timeline-viewer/?loadTimelineFromURL=https://chromedevtools.github.io/traces/CuriousRedCrow' } ``` > Maybe...

@denar90 That makes a lot of sense. This is hosted on Github and would not make sense to proxy through here. Going direct to the Firebase location makes a ton...

Awesome! Thanks @philbooth! I talked to a colleague about this issue prior to your response, and he guided me toward [runit](http://smarden.org/runit/), which made it really easy to keep the server...

> It probably makes sense to keep the two process (update and initial generation) separate otherwise we could be in a situation where an initial generation fails and the update...

> I don't know if this is desirable for anyone, actually, other than small sites (which are probably not a good target for this plugin). Probably true. My biggest concern...

> Mo alluded to this, and I agree, that it should be fine to target big sites. WFM