Brad Peabody
Brad Peabody
Thanks for the detailed reply. All of that makes sense and I agree with your points. One thing worth mentioning however is that one specific target platform I'm looking at...
Thanks and unfortunately I haven't had a chance to contribute on this. The work looks great so far and I hope to be able to jump in at some point...
@mertnacakgedigi Thanks for this and it generally looks like it's on the right track. I think it needs a test case to verify.
@bketelsen I see. Yeah adding these calls is definitely on the roadmap to be done soon. If you have a specific question you want to ask on your case feel...
`BeforeBuild()` is now implemented. The other ones still need more thought but should be doable now after things have been reorganized. Leaving this open since I'm sure we'll still want...
@jancona That more or less sounds correct, although there are some difficulties. Vugu can end up rewriting elements during the render process, so if you are doing both a Vugu...
That would be the simplest solution, yes. Although I'm not sure what you're trying to do can't be accomplished right now (or maybe the feature can easily be added to...
FYI the feature to access the js.Value of an element that Vugu creates is now implemented: https://www.vugu.org/doc/files/markup#vg-js-create
@seanrmurphy > assume that the Vugu app subscribes to this event and takes responsibility for notifying the JS widget. Yes, this seems right to me. > support for enabling the...
It's possible but I'm concerned about what would be required to reliably implement it and if it's worth it. I believe the implementation that Vue uses takes the CSS and...