Steve Pavarno

Results 28 comments of Steve Pavarno

no difference But it makes it explicit and it creates a clean obvious syntax. I spent a couple of hours trying to figure out how to do a subselect: lots...

ok. want me to delete this PR?

Yes. This is valuable for pagination: Pass the full SelectQuery to the paginator and it generically create the COUNT query from any other.

on a related note. My production servers have newrelic installed. Development servers do not. composer.json does not have it listed for this reason. Calls to newrelic are wrapped so we...

thanks. i did see that but wondered about overriding all these defaults with my own. Is there a way to _add_ to the defaults (in case they change in future)?

what if the static stuff were separated into json, and the dynamic (logic driven) stuff were implemented in several languages with a reference implementation in javascript? If the logic is...

does this make https://github.com/paragonie/halite/blob/master/doc/Install-Guides/Ubuntu.md redundant?

This would help so much for people new to Promises / ReactPHP. There are many ways to hurt yourself... I have found a lot of them :-). Making it also...

Thank you. I had a go at making something based on your gist. It is here https://github.com/pavarnos/promise/tree/tracer. I hit a few snags I could not resolve by myself - unit...

ok. i wasn't aware of the implications (re the SO answer). lets abandon / delete #115 and start again with ON DUPLICATE KEY UPDATE. @cdekok do you want to make...