Ed Morley

Results 459 comments of Ed Morley

The memcached docs have just been updated: https://github.com/memcached/memcached/issues/142#issuecomment-222334563 In binary mode the time must be unsigned. In ASCII mode, a negative time means "immediately expire". As such, it would be...

@lericson what's the best way to go about implementing this? Should it be in libmemcached, or is that unlikely to happen given it's poorly-maintained, and so best handled in pylibmc?...

Hi! It looks like you are using the classic Heroku Node.js buildpack, rather than the WIP next-gen Cloud Native Buildpack. Moving this issue to the correct repo :-)

> Will this issue cover adding metadata for builders generated by `pack builder create` too, or do we need a separate one for that? I've filed: https://github.com/buildpacks/pack/issues/2052

The `sf run function start` command has not started the function using a container for some time (since ~January, when https://github.com/salesforcecli/plugin-functions/pull/343 landed). To use Docker, one has to explicitly use...

Yeah I think skipping the warning entirely if `autorefresh` enabled, might be the simplest thing :-)

> it would be great if we could have both (full dev-prod parity and great performance), but until Docker sort out the performance issues from emulation (eg by replacing QEMU,...

@fabswt For now, I would recommend not using qemu but instead Docker Desktop's Rosetta emulation support - it's much faster and doesn't suffer from the qemu crashes. See my last...

Starting with Heroku-24 (which is due to reach GA soon), we're publishing our base images as multi-architecture images that support both AMD64 and ARM64: https://github.com/heroku/base-images#heroku-base-images https://hub.docker.com/r/heroku/heroku/tags?page=&page_size=&ordering=&name=24 Our next-generation Cloud Native...

Closing since the Heroku-24 stack has now been officially released: https://devcenter.heroku.com/changelog-items/2898 https://devcenter.heroku.com/articles/heroku-24-stack See the comment above for more details on ARM support status on CNB vs classic.