David Thompson
David Thompson
This almost works by setting CMAKE_BUILD_TYPE:STRING=Debug except that the project generates python27.{dll,lib} instead of python27_d.{lib,dll} so that you get: ``` fatal error LNK1104: cannot open file 'python27_d.lib' ``` when trying...
@jourdain d3 is in there because I'm comfy with it. I will clean up the CSS. The API change I really wanted was what's mentioned in the commit: adopting the...
> @vibraphone why the css contains style/classes for other components? > Why d3 in that component? > > model.container.querySelector('.bg-color-container').style.backgroundColor = model.color; > > What was the API change that you...
@jourdain I've removed d3 and cleaned up the CSS.
@jourdain @aronhelser Thanks for the feedback.
@jcfr Would this be resolved by not generating a PDF (HTML only)? Should we do that?