Martin Smeeckaert

Results 19 comments of Martin Smeeckaert

You should disable automatic padding it doesn't work with firefox on android.

I had to add ``` /** * @return QueryInterface */ public function end() { return $this->query; } ``` Then i can do something like this: ``` $query = $builder->select()->where()->equals('field', 'value')->end();...

Hi, I'm a colleague of Ange7 and I've figured out what was the problem, if the php.ini directive `arg_separator.output` is not `?` (in our case it was `&` for some...

Totally agree with you, i will look into it.

I use sharrre a lot, and my company too, so I would be interrested in maintaining and improving the project. So if you don't have time at the moment, i...

I know it's been a while, but do you have any more informations about this error ?

I don't know OSSN, but if there is a sharing widget, i would gladly implement a new platform. Do you know where this kind of widget can be found ?

It should have been fixed with the 2.0.0 release.