Dean Mao

Results 21 comments of Dean Mao

The hardcoded paths you see above are not related to the segfault -- those are just locations where the debugging symbols could be if they were needed. If they aren't...

Install from source -- I should remove chimera from the npm repo because installing it via npm is like installing a binary where node's ABI has changed.

That's fine... unfortunately that's the case right now. Blame Qt if you like, but they do not allow webkit static compiles due to licensing issues, so it's a "legal" reason...

hah no. reason is that webkit (inside of Qt) is a 150MB download, and usually takes about 2 hours to compile on a quad core machine. Plus there are a...

So I'm actually using PhantomJS's build system to create the makefile. I think the difference is that phantomjs runs as a separate binary, but I'm building a library the runs...

I guess I've been working on it, but mostly on my company's private repo. I should probably port some of the changes over to the open source project.

If someone can compile them for me, then yes. I'm not skilled with visual studio so I'll probably leave it to others who know this area better.

I could add some stuff to alter the viewport, but I'm not sure if I could control the pdf viewer. It's probably using whatever pdf plugin your browser would be...

On phantom you can set the viewport, but I don't think you could rotate or zoom the pdf. Those sound like pdf controls.

Yeah, it's just setting the viewport in the code, it's not doing anything special like pdf controls. The paper size thing is just a fancy viewport control where you specify...