PStärk

Results 10 comments of PStärk

Had the same problem. Unfortunately the automatic save does not work for me on ubuntu as well.

Just ran the debug option that i found in the closed issues. My inkscape version is Inkscape 0.92.5 (2060ec1f9f, 2020-04-08), which resulted in the wrong savecode in the script. Manually...

I also have experienced the same problem. This (and the following lines) seems to be the line that needs changing: https://github.com/mickstar/Zoo-For-Zotero/blob/1e9f59c5098ce649fd9119ec8bb4828cc68055d6/app/src/main/java/com/mickstarify/zooforzotero/ZoteroAPI/Webdav.kt#L204

@hmacdope I hope that with this, I finally have all the things done that are required for the PR :).

Ok, I hope to have addressed all the requested points @hmacdope :) .

Ok, thanks! Admittedly, I did not check with the current develop version, rather with the default that gets installed when you use the conda installation procedure shown in the docs....

I just checked `pyiron_base.__version__` which gives me `0.5.32`. I don't really have a good MWE, because I used a modified Lammps executable. But if it seems to work with your...

My current code is about 500 lines long or so, but I can try to copy/paste the relevant sections here: ``` job_name = 'wl_window_type 10_other_nr1_f_9' ... project.create_job("LammpsWL", job_name) ... job.run()...

Ok, thank you for your suggestions so far. I will try what you have suggested so far (maybe this should be reflected in the docs somewhere ?). I will update...

Yes, exactly, that is my configuration, a local workstation SQL database and a remote cluster without a database. Performing calculations on the cluster and then "importing" them with `pr.update_from_remote(try_collecting=True)` works...