Pieter Soudan

Results 26 comments of Pieter Soudan

@sdirix This is not only for yarn2, but all later version that support PlugAndPlay. The issue is not that hard to fix: declare the dependencies of the npm packages you...

Index: doAuthRememberMeFilter.class.php =================================================================== --- doAuthRememberMeFilter.class.php (revision 32) +++ doAuthRememberMeFilter.class.php (working copy) @@ -20,7 +20,7 @@ if ($user) { if ($value[2] == doAuthTools::rememberHash($user)) { - $this->context->getUser()->signIn($q->fetchOne()); + $this->context->getUser()->signIn($user); } } }

Thanks for your response! It does not necessarily mean to have equal parts, or that libvips needs to cut all all the parts in one go. The idea is just...

The only possible conflict with the current API spec would arise for `cx`,`cy`,`cw`,`ch` `= 1`. This would break the possibility of requesting crops of 1px dimensions, but I don't think...

@kleisauke do you see value in adding this feature request?

Alright, great! Another possibility would be to use fraction notation. This would result in a higher precision then using floating points percentages (eg. 1/3 instead of 33.333%). This would also...

Hi @kleisauke I have been using the relative cropping with success. Thanks a lot. I am now using wsrv cropping urls with external services for other kind of image processing...

I have the same issue. Ubuntu 14.04.1 LTS Sublime Text Build 3083

@sintaxi I'm having the same issue as @nickFalcone and contacted your support 4days ago as you suggested. I still didn't receive any feedback and my issue is not resolved. @nickFalcone...

@micimize Thanks a lot for the explanation and extra background. We know where to look now. And we'll probably shift focus to `graphql-flutter`. (Excited about optimistic updates btw! Thx!)