kaymes
kaymes
When using encfsctl to decode file names (encfsctl decode ...), an error is produced each time a file name is invalid. There should be a switch such that all tokens...
This PR fixes the issue with exif orientation when resizing image described in #1967. With this PR, Exif data is removed from the image before resizing it. This way the...
If you overwrite __call in a derived class, Ardent's relationship mechanism breaks. Usually you would write something like class myModel extends Ardent { public static $relationsData = array ('other' =>...
The `select` and `find` functions of EdgeSeq should accept Vertex objects and interpret them correctly. Currently, it is necessary to use the vertex index explicitly to make it work. To...