Johannes

Results 156 comments of Johannes

Did you include twig.js's runtime code (`twig.js` or `twig.dev.js`)?

I prefer to keep the lock file. This is in particular useful for small libraries that do not see commits so that we have a known good state and reduce...

So far, I've mainly spent time designing the API, there is no particular reason why I don't use SPL data structure except that I haven't looked into leveraging them.

I'm not aware of any compatibility issues. Anything specific you are looking to change?

One option is to send a pull request with a failing test case and maybe even a fix :)

This adds a lot of complexity and we do not have that many classes. Do you have some concrete use-cases for all of these libraries?

I'm not sure we should add such code to this bundle. You can easily add that to your application if you need another abstraction layer on top of the Facebook...

@TomiS, I generally don't mind adding such code, but currently I'm not seeing the bigger picture here. What is your vision with this library? What kind of abstraction have you...

btw, a data mapper implementation would be awesome because you could re-use the same objects with Doctrine ORM, et.al. and cache their content on your local server without any additional...

Shouldn't that better be addressed in Symfony2 itself?