-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Painter not active #42
Comments
More info on dependencies. They seem to be all present, installed by pip. Additionally I installed
|
|
Saving to I expanded the tilde to
It hangs for a minute or two and then starts drawing the tree on the page. Success! So it looks like the problem is that it was unable to expand the tilde for my home directory. While I was experimenting with other options, I found this script written in Go which is able to perform the translations to PDF orders of magnitude faster. It converts about 250 notebooks that I have in a few seconds. I know it's probably not fun to do FFI but it might be worth it to get this kind of speedup. |
Thanks for the feedback! Regarding the rendering time:
One thing to check is whether the preview window also takes a long time to render: in that case there's something in that particular drawing that is difficult to handle. FFI sounds like an overkill. One thing I could consider is to allow executing arbitrary scripts over a document, so that Remy takes care of downloading the appropriate files and feeding the UIDs to the script in question. |
When I try to export a file I get:
...and many pages of the same messages repeated.
I'm on Manjaro Linux. Using the default config, just changed the source "host" and export "default_dir". The browsing UI seems to connect to the device and work well, it's just export that has a problem. The first export directory I tried had a space in it. I then tried a directory without a space. No change.
Any thoughts? Could it be missing a dependency?
The text was updated successfully, but these errors were encountered: