Florian Klein

Results 94 comments of Florian Klein

the book is https://github.com/RESTful-Web-APIs It has a github! isn't that cool ? :)

@richardmiller that's an excellent question. What about committing on master, but with a composer.json requiring `behat/behat:^3.2` ? (same for other deps). This way we wouldn't have to maintain branch spaghetti,...

Yeah, the idea is that composer will choose the only possible choice depending on the constraints you have. Let's imagine some scenarios: 1. user has no constraint (or behat 3.2)...

hey there :) thanks for the kind words! Indeed it's not planned to go to production but I'll continue using it as a lab to test stuff. My dream would...

using `git diff-tree --no-commit-id --name-only -r $COMMIT` for example

I'd gladly transfer ownership of https://packagist.org/packages/behat/github-extension to the behat organization if that's possible or mark it as abandoned myself. What do you think is best?

The only correct approach would be to pipe one stream in another, i.e to buffer chunks of data, without storing it all in memory, but what I say is obvious...

unfortunately no, I don't.

IMHO, you know the base directory of the local adapter, since you have to pass it in constructor already. So I don't see why introspection is needed here. Also, having...