Kyle Renfrow

Results 37 comments of Kyle Renfrow

That environment sounds beast :) On Jan 22, 2015 1:11 PM, "Kyle Renfrow" [email protected] wrote: > One concern I have with using PHP to timestamp is the lack of microseconds....

Oh my bad I didn't see that. On Jan 22, 2015 1:13 PM, "Michael Taggart" [email protected] wrote: > @rocksfrow https://github.com/rocksfrow agreed. that's why I used > microtime() (well technically $_SERVER['REQUEST_TIME_FLOAT'...

@nicktacular - I'd have to agree option #3, as awesome as it sounds, is unlikely to be the solution I use... unless I am writing a brand new application. I...

I could catch this exception in my init file -- but we probably want to catch it within the class itself to try and prevent failed requests during updates.

Any news on merging this amex fix pull req?

@austoonz weird that component actually results in a 404 trying to delete /etc/imagebuilder/crontab_installed Specifically deleting /tmp/imagebuilder_service/crontab_installed works though (AL 2023). Looks like IMAGE_BUILDER_DIRECTORY reports /tmp/imagebuilder instead of /tmp/imagebuilder_service?