anatoly techtonik

Results 330 comments of anatoly techtonik

Also, a fair comparison to Twisted approach will add more points to the library as it will give people choice to either choose API that comes from standard library, or...

> I don' t have much experience writing perf tests so feel to send a PR :) Me neither, but I know a good example to copy from (or add...

It might be possible to convert PPT to PDF with Google Drive API https://developers.google.com/drive/v3/web/integrate-open#open_and_convert_google_docs_in_your_app

Mouse-wheel helped. =) But it looks like it is a bug with Nodebox save ability.

If you save the file and then reload it, zoom level will be reset and box will be lost again.

Move manually? Why don't adjust all coordinates to 0,0 coordinate on save? (another bug - holding spacebar with down works only for half of the second, then everything freezes)

Saved nodes can be panned on save, but it looks like writer is not the best place to do this. https://github.com/nodebox/nodebox/blob/c15874a11f7b90c262afcd2db5f20ea69dc011b2/src/main/java/nodebox/node/NDBXWriter.java#L43

If bounding box is bigger, Nodebox still resets view to 0,0 on load, so placing top-left node there helps to unwind the graph after this jump.

Yea. I got somewhere around these lines https://github.com/nodebox/nodebox/blob/c15874a11f7b90c262afcd2db5f20ea69dc011b2/src/main/java/nodebox/node/NDBXWriter.java#L76