Ben Meynell

Results 37 comments of Ben Meynell

Appears that python2 was removed from Homebrew on Jan 1, 2020: ``` brew install python@2 Error: No available formula with the name "python@2" ==> Searching for a previously deleted formula...

@zimbatm @glensc what if you call `dotenv` instead of `source_env`? The following works (even interpolation... a nice touch!): **.env files** ```bash ls .env* .env .env.dev .env.local .envrc ``` **.envrc** ```bash...

@bpolaszek @dewos > ... are specific for a documental system, and don't play well with other domains. Not advocating one approach or another but Doctrine also has a [Query Builder...

> Fix Codestyle Does this mean following http://www.php-fig.org/psr/psr-1/ and http://www.php-fig.org/psr/psr-2/? > This issue is actually pretty important if Amazon wants to benefit from community contributions. Agree!

@mglaman - Yeah, and is actually a superset of PSR-1. > The style rules herein are derived from commonalities among the various member projects. When various authors collaborate across multiple...

@ejegg - I've been using http://cs.sensiolabs.org/ recently to automate updating some older code to PSR-2. Take a look if you haven't already.

Agreed. I believe I am looking for similar answers. I arrived here in search of the best practice for error handing the API calls. For example, is any sort of...

Stellar library @mjaschen! 💪 Chiming in because I love these types of discussions because I always learn something. @omissis: Thoughts on below? - `Point(float $position)` - `PointPair(Point $latitude, Point $longitude)`...