Daniel Ribeiro

Results 41 comments of Daniel Ribeiro

:+1: Also, it would be awesome to be able to use the whole width of the preview, instead of a fixed one. Maybe let the user customize this?

I managed to fix this issue. I was using `localhost:9092` as, which doesn't work. Now, I'm connecting to `PLAINTEXT://host.docker.internal:9092`, where `host.docker.internal` is mapped from within the container to my host...

Any updates on this? It would be awesome to also be able to customize the columns length of the preview!

Answered on [stackoverflow](http://stackoverflow.com/questions/11619245/fosfacebookbundle-works-but-fosuserbundle-does-not-seem-to-work/11649713#11649713).

> ... one thing does not exclude the other. Totally agreed. I guess we can start working on a first experimental version and see how that goes.

@cloudson > Can you commit the bundle empty? Once I have a basic structure, I will. @alganet > Nice, so it's possible to create a single Constraint for all of...

> Which name would have the constraint Metadata ? Bind is the better name for you guys? I don't think Bind would represent a good constraint name, even known it...

@alganet > Having one class in the bundle for each rule in the Validation is really bad for maintenance :( I would like to avoid that as much as possible....

Guys, I totally agree with the last proposal, especially with the differentiation between the `assert`, `check` and `validate` methods. @nickl- My intent is to commit as much as possible. It's...