Márk Sági-Kazár

Results 330 issues of Márk Sági-Kazár

IMO meaning is obvious. Will open a PR if you +1 it.

Do you think it is possible to somehow add planned currencies to the list? Reference: https://github.com/moneyphp/money/pull/193

I would like to finalize this package soon: https://github.com/fxmlrpc/serialization What do you think about integrating it into this library afterwards? (extend/composition)

It would be great if the function could return the original index of the row. Example: ``` php $array = array( 'key' => array( 'element' => 'value' ) ); //...

enhancement

Might worth to look at this: https://github.com/elfet/purephp

It seems like the method names we are looking for are something like `encode` and `decode`. `reverseTransform` feels weird.

In some backends (for example file) every data is saved upon modification. Isn't it enough to do this in `__destruct`?

There are some assertions used as I can see, would be good to replace them with an existing assertion library, like beberlei/assert.

Not sure about this, but can also be a god idea to implement: http://www.iron.io/cache @assertchris how would you pop an item from this one? #12

As of gobin 0.0.13 (thanks to a bugfix as far as I can tell) a global `GOFLAGS=-mod=readonly` setting causes gobin to fail: ``` failed to run go list -find -json...