Bret Comnes

Results 348 comments of Bret Comnes

One day... one day

If this turns into a disaster we can delete some of them - https://github.com/hypermodules/abstract-audio-player - https://github.com/hypermodules/electron-audio-player - https://github.com/hypermodules/browser-audio-player

Nice find!

Yeah let’s try it

Just read that. Weird, they don’t really justify why they don’t update it, only about why it happens to work. Sent from my mobile > On Dec 23, 2017, at...

Oh I guess that makes sense. Sent from my mobile > On Dec 28, 2017, at 10:38 AM, Zeke Sikelianos wrote: > > I think the idea is that as...

Work around for now is to create two instances, one for each view/dom location. Nanomorph/component is smart enough to still efficiently morph between the two, but you will incur the...

I think we could add a fairly easy work around into nanomorph. The problem occurs when you create a `diffTree` with `proxyNode`s, and during the morph, the `realNode` that the...

3. Third idea is to store a reference to the `realNode` in the `proxyNode` when its created so that it can be retrieved or returned from `isSameNode` or off of...

Last I head there were still issues with the beta approach. I haven't had time to dig in.