Brad Peabody

Results 212 comments of Brad Peabody

Thanks for the issue. I'm not too familiar with WebComponents and the ins-and-outs of their use. Other than using a custom element in your HTML and including the appropriate JS...

Thanks @powerman! That's great feedback, I really appreciate it. And I'm glad you've had a decent experience so far (although I'm sure it's not without it's hiccups, lol). For typos...

Gotcha. Yeah that's funky. It is possible that some of the DOM syncing code is interfering with what the web component functionality of the browser is doing. I'm in the...

It's definitely an interesting idea. It's hard to say if it would be practical or not. There are a lot of things that Vugu does a certain way due to...

Thanks for that info. > solving performance issues traversing the thunking layer between JS and wasm This part definitely makes sense, since it is a common and non-trivial problem. >...

@maxence-charriere Let me know if you'd be interested in chatting about this.

Hi Maxence, I agree with your analysis of the situation. When I was doing early prototypes of Vugu the idea of using template/html came up and I ended up not...

Wow, that’s an interesting one. It looks like the HTML parser that parses .vugu files (which in turn uses golang.org/x/net/html) is ending up with something unexpected in relation to that...

Thanks for the heads up on this. Probably the test cases need to be updated to use the latest TinyGo and this and any other kinks worked out. I'll see...

Thanks for bringing this up. The use case and motivation make sense to me. Vue has custom directives as well https://vuejs.org/v2/guide/custom-directive.html which seem to provide similar functionality. I am however...