Gabriel Brown

Results 31 comments of Gabriel Brown

I see, thanks for the background. Yes, my reproducer is as described, but `python -c "import pyttb"` instead.

Thanks for the warning, Tammy. I just looked over that part of the code, and because of where and how I updated `dimorder` I believe all of that should be...

~~Local branch issues messed up this PR as well. I'll close and reopen an appropriate replacement in a few hours.~~ Fixed with a rebase and force push.

Yes, thanks for the suggestions. I'll write a PR for this shortly, but for now here is a mock up with benchmarks. ``` n = 1000: full tensor size: ~8...

Working on this now. How do I find the correct path for a plugin? I'm currently running the newly compiled version like ```bash /build/zathura -p /usr/lib/zathura main.pdf ``` I'm using...

When you say "against the zathura version from the develop branch", what do you mean? I've build `zathura-pdf-poppler` according to its build instructions, and I'm now passing this path (which...

Indeed that was what I needed to do. Attached is the log. I opened the PDF, scrolled down a bit, rebuilt via `latexmk` (which generates a new pdf). The bug...

Sure, here that is. ``` page: 0 offset: 0 position_x: 0.5 position_y: 0.0125277... ```

I believe what's happening is that if the file Zathura is displaying ever stops existing, all the metadata in the database is thrown out (or otherwise irretrievable) later if the...

This can be closed then, right?