Emi

Results 458 comments of Emi

Totally understand being short on bandwidth. Starting tomorrow I also will not have any time for OSS /Vecty until around the second week of December. So no rush at all....

You're 100% right. This will not solve this issue (but we may want to do what I said for the other benefits regardless). --- I have been an idiot here...

```Go func Button(markup ...vecty.MarkupOrChild) vecty.HTML { return elem.Button( vecty.Style("border": "1px solid black"), markup, ) } ``` Without variadic expansion, I wonder?

Again, no worries! I'm once again offline for about a week (or maybe four..) :) I just had some spare cycles to do all this today.

Just to be clear, you can do this today without wrapping in a div or anything. It is mentioned in the issue description: ```Go func Button(markup ...vecty.MarkupOrChild) *vecty.HTML { return...

Something I've realized new users (and myself) hit into a lot is wondering whether or not what you are seeing in the browser is truly updated & recompiled code or...

I've pushed my most up-to-date WIP for this at https://github.com/gopherjs/vecty/tree/sg/asset There would still be a lot to do / figure out before we would merge such code, however. Mainly: https://github.com/gopherjs/vecty/blob/9c461781e6bc27bade3cdd8c1e266c0d4d272f0a/asset/server.go#L4-L12...

On the topic of redux stores.. multiple people have reached out to me about it via Slack which isn't the greatest way to keep track of things, so I'll try...

@pdf If you could publish that partial implementation somewhere I think that'd be useful for me to look at preliminarily! My expectation is that I will find a weekend with...