Tim Beyer

Results 15 comments of Tim Beyer

I really like the option of having the cursor on a new line. Else there is just not enough space. 👍

If this results in problematic behavior, I'm wondering if we need to update the whole list of properties at https://github.com/facebook/react/blob/c265504fe2fdeadf0e5358879a3c141628b37a23/src/renderers/dom/shared/HTMLDOMPropertyConfig.js#L196-L208

@savelichalex Hey Alexey, I'm sorry for getting back to you on this so late. I really appreciate all the effort that went into this. Before I merge this, I would...

Hey, thanks a lot for the extended PR. What I'm really missing to finally merge the SVG support is to follow the more modular structure I introduced in https://github.com/TimBeyer/html-to-vdom/pull/21 Currently...

Hey @spattersongt, sorry I never got back to you. To be honest, I just never noticed you pushed some additional commits. I promise I'll review this in the coming days....

Hey @ivan-kleshnin, I haven't looked at this for a while, but I believe this is the correct behavior for the highest browser compatiblity. The difference is between `attributes` and `properties`....

Could you explain the use case a bit? I assume you want to do something like exporting a single entry together with all related entities that you then have as...

So, let me try to explain: I wanted to do exactly what you proposed: use the raw `ampersand-state`, add a `url` method to it and then use external sync methods....

The thing is that I do not want a `sync` method on the model, I want to basically use `ampersand-state` only, in addition to the `url` method. And I want...

I feel like this should be a relatively easy fix in general, however there's one concern I have: If we keep `"each" | "all" | "none"`, and proceed as suggested...