David Valdman

Results 30 comments of David Valdman

Ah I see. I'll try this approach, thanks. The use case is just to keep the header of my website on the documentation page. This was easier to do with...

Here are the docs I've made with your service btw. Thanks! http://samsarajs.org/docs/index.html

Hmm that looks like it would do it. Not getting any analytics for my pages though. Is it working for you on docpress.github.io?

I think I found the problem. I changed the `DOMContentLoaded` event to `load` so my Codepen embeds would load (as per issue #27), but this causes the [`ready` function](https://github.com/docpress/docpress-base/blob/master/data/script.js#L16) never...

Since Tangram support angles on icons, is the part that needs implementing on the Tangram side the conversion of cardinal values to degrees?

I am noticing a lot more stuttering. Still not sure as to why though. What's your reason for thinking it has to do with unnested DOM?

Hmm, this is supposed to work as you suggest. Do you have a small demo example? Specifically, [this ugly code](https://github.com/dmvaldman/samsara/blob/master/samsara/core/nodes/RenderTreeNode.js#L124-L131), is supposed to refire the `resize` event (and other events)

Yeah, the current /dist folder only has the bundled files as you mention, and there is no CommonJS format for each individual source file. This is an artifact of how...

My only hesitation has been the build step requirement. I agree with all your points though, and think I should "see the light" as so much of the modern web...

@culyun could you link me to a place that describes the process you mention? After the node removal API is set (sometime this week), the next priority will be migrating...