burzum

Results 62 comments of burzum

I've updated it to * in the 4.0 branch. Let me know if it works and I'll tag a new version.

You need to do this `composer require burzum/cakephp-imagine-plugin:dev-4.x`, as I said before. I'll tag a new version if this works for you.

Any news on this? I really would like to use pure PSR interfaces and a small library, not that giant piece of code that Guzzle is that doesn't provide at...

> Isn't that a really, really dangerous change to make? A simple typo could delete the entire contents of a bucket. Oh noes, putting responsibility on the developer! 😨 How...

@NiR- the behaviour across adaptors should be consistent. I think the better way is that any storage system allows deleting of folders / buckets / whatever. If some people are...

Nice work @oscarotero I was about to do what you've already done. 😄 Thumbs up for your implementation to become the new official implementation.

I'm not sure. :) We're already using some other lib for address formatting but it's ancient AFAIR, I would have to look it up, might do it later. But I...

@willdurand what if the config is passed as first arg (array) into the constructor? This would allow you to configure any formatter the same way.

Why wouldn't this work? If we merge it with a default array it would be always present. ```php return strtr($this->config['format'], $replace); ```` The 2nd arg of format() could become an...