Julian Geiger

Results 50 issues of Julian Geiger

Originally brought up by @danielhollas in: https://github.com/aiidalab/aiidalab-widgets-base/issues/567 Just making an issue here so we can put it into the v2.8.0 project and include it in the minor release :)

Adds a new `--tmp-dir` command line option to `verdi archive create` that allows users to specify a custom directory for temporary files during archive creation. **Changes:** - New `--tmp-dir` CLI...

- [ ] E.g., we should switch to using `extend` over `append` Ping @rabbull

With a code that is set up like this: ```shell ❯ verdi code show 2 ----------------------- -------------------------------------- PK 2 UUID ad20bb6d-66c2-4ec7-a2c1-cce26bb2e97f Type core.code.installed Label pw Description abc Default calc job...

One usability complaint that is brought up frequently is that AiiDA makes it rather difficult to explore running workflows (on the HPC). This is, for example, because of the non...

There are a few potential issues with the current fields and their usage throughout the code: __1. `exclude_from_cli` overload__ -> this parameter serves THREE distinct purposes: - CLI option construction...

As noted with @rabbull, all ORM entities for the SQLite backends are contained in `storage/sqlite_zip/orm.py`, while the other SQLite-based storage backends then import from there, e.g.: https://github.com/aiidateam/aiida-core/blob/dd866ce816e986285f2c5794f431b6e3c68a369b/src/aiida/storage/sqlite_dos/backend.py#L33 While it's not...

topic/storage

As discussed with @giovannipizzi, this would be at least moving the ["Tuning performance" section](https://aiida.readthedocs.io/projects/aiida-core/en/stable/howto/installation.html#tuning-performance) to this new HowTo. It would also mention tuning the `safe_interval` for SSH connection, once #6599...