Sylvain Le Bon

Results 22 comments of Sylvain Le Bon

Actually there's no need to identify pods, that was a misunderstanding. It could be needed if we wanted to use some kind of discovery, but that's a different subject. The...

IMHO, the main class should have several capacities: - bind from object - bind from request - iterate over fields - render as html div - possibly some other kinds...

Yes but today it's not very clear (at least to me) how every elements are separated. I think there should be a clear separation between different classes: - Form (which...

Yes but my point is precisely that the render should be a method of the Form class, itself calling the render of each field. That would make the whole architecture...

I disagree, but that may just be my opinion. I think from an OOP point of view, methods should be beared by the class it applies to, and in this...

Again, I don't agree as I think this architecture is harder to understand for an external developer. But you're the boss.

@matthieu-fesselier could you please check that? @RubenVerborgh any idea how long a fix could take? Sorry about the pressure, but it's blocking all of our applications. :)

Thanks @RubenVerborgh for the feedback. We totally understand the situtation. Can we help with a resource? We could ask someone to look into it. Could you elaborate on what you...

Just fyi, apparently setImmediate is deprecated and will not make it into the standards. It's probably a good idea to get rid of it if we can. MDN suggests replacements:...