Max

Results 4 issues of Max

Hi, i got this error by using your module from example: 'yii2images' => [ 'class' => '\rico\yii2images\Module', 'imagesStorePath' => 'upload/images/store', //path to origin images 'imagesCachePath' => 'upload/images/cache', //path to resized...

Please, add custom settings of canvas (width,height). I need this stuff in last project, where img on html was bigger than original, canvas set width and height from original image....

I have some flag definition code in cobra: ```go listCmd.Flags().IP("ip", nil, "--ip") ``` And then i running this: ```go ip, err := flags.GetIP("ip") ``` I got an error: `invalid string...

type: bug

Create pool with empty set of instances: ```go p, err := pool.ConnectWithOpts(ctx, []pool.Instance{}, connOpts) ... ``` Later, try to add new instances via add method: ``` if err = p.Add(ctx,...

feature
teamE
2sp