Jamie Gaskins

Results 198 comments of Jamie Gaskins

I haven't been following Opal development for a while. What does 1.2 provide that 0.10 doesn't? There are a few reasons I haven't spent the effort to keep it up...

> We are seeing some app freezing on large renders. Nothing to serious though. Yeah, I haven't seen any truly painful pauses in a realistic Clearwater app that I see...

Aaaaand I broke the build. The good news is that, when I say "we're stuck using NPM", I mean just to build the `virtual-dom` library. More good news is that...

Looks like this is causing issues after the first render if the first node inside the app-container node isn't the same type as your app's root node. Specifically, the app...

One possibility that sounds really good to me is to just use one of Ruby's equality operators. The idea is that if two components would have the same output, they're...

This is a little surprising, but can you think of a case where it would make a difference in how I would write a particular component?

> I was trying out an idea where nested components needed to get information from a 'parent' higher up but passing down attributes was not an option. I'm not sure...

I agree that some of this should be documented, btw. We're mixing function calls (the HTML tag methods) with objects whose values are delayed until the sanitization pass. And then...

I love some of the ideas behind RR4 and I wondered, too, if it was possible to do something like they did. :-) There were a few things that kept...

@johnsusi I played around a little with an idea today and got something working, too: https://gist.github.com/jgaskins/50b0bc5f0a8cea038e24d9d29dd66129#file-routing-rb Also included example components using it. It doesn't match dynamic segments yet (that was...