Tomasz Melcer
Tomasz Melcer
Some notes. Starting from Python 3.5, [`shutil.move`](https://docs.python.org/3/library/shutil.html#shutil.move) has an optional parameter `copy_function`, that is supposed to copy a single file. It can be replaced by a sparse file-aware copying routine....
Are you using the `minimize_size` plugin too? I found a similar problem and it turned out that without having this plugin bind-mount `/tmp` its permissions were correct.
Indeed, and the bind-mounted directory created in the line 21 of the same file for some reason or another created a directory with permissions 0755. I am not sure why...
I'll be able to cut them into whatever tiles are necessary.
Thank you for your comment. Is this some application? I don't see anything of this name in the F-Droid repository.
Ah, I see AAT has a feature named offline maps. Thank you, I'll try!
Thank you for your response! I've found a workaround: `CXXFLAGS=-fPIC pip install jsonnet`. This is enough for me. I am not aware of any global configuration that would be relevant....
I liked using `ssvncviewer exec='ssh target-hostname x11vnc -inetd -display :0'` to securely start a VNC session with no need for explicit redirections. With 0.9.13 (Debian Buster) it worked very well,...
I'd love to be able to simply disable any parameter checking. I would like to pass a function and an object coming from a C extension into the template.
Hi, I am often using complex machine-generated images (graphs, diagrams, etc.) or data files for `pgfplots`, generated in Python or R, in my LaTeX documents. So far I was just...