Emi

Results 458 comments of Emi

`DefaultValue` is missing, which is quite important for `` elements.

Yeah interesting though, I think this would require a full rewrite. Maybe one day. BTW, when you reference "components" do you mean "Web Components" https://developer.mozilla.org/en-US/docs/Web/Web_Components or just components in the...

@soypat I don't really understand your message above, the code is quite complex and it's not clear to me what `handler` you are talking about. > An issue arises when...

@PotatoesFall you just have to have the children exist within an HTML element. ``` return vecty.Div( ...child components... ) ``` Yeah, this would be nice to fix (PRs welcome) but...

@pdf FYI this issue is just about including more information in the error -- I already pointed out to Shazow over Slack what the real issue is here (#78) :)

@influx6 I looked into the constraint solver's you are talking about. It could just be that I don't understand them entirely, but I'm generally leery of deviating _too much_ away...

Useful if we start generating css files: https://www.reddit.com/r/golang/comments/7bu558/minify_fast_minifier_for_html_css_js_json_svg_xml/?st=j9thajil&sh=b51d18b9

Worth noting that one thing we could do here is actually generate the CSS file inside Go, and just directly write it to the DOM: ```JavaScript var style = document.createElement('style');...

That sounds great @neelance ! I like the idea of that a lot :) I will see if I can find time to look into it.