Julian Geiger

Results 18 issues of Julian Geiger

This PR integrates an updated version of the cheat sheet into the `intro` section of the main docs. The main changes to the SVG file are: - I put the...

### Describe the current issue Alright, so this might be one of the last issues @khsrali and I will raise here regarding the documentation for now 😅 One thing that...

requires discussion
topic/documentation
type/usability

These minor changes fix issues and deprecation warnings that arose when going through the tutorial with the latest AiiDA v2.5.1. The modifications are mainly: - Update the `verdi code setup`...

When running `verdi code export`, the generated yaml file is automatically sorted. However, the resulting alphabetical ordering is not what is typically found in the code yaml files in the...

Fixes #6401 In the `_import_archive_and_migrate` function, the `ImportTestRun` exception is specifically captured, success communicated to the user, and the function returned to not print the final `echo_successs` which is issued...

When doing a dry-run of an archive import, the `import_archive` function raises the `ImportTestRun('test run complete')` exception, resulting in a user-facing `Critical: ` output. Is there any particular reason for...

As the title states: The `output_file` argument for `verdi computer export [setup,config]` and `verdi computer export` is made optional by generating a default filename based on the respective label, if...

Idea originally brought up by @mbercx. I thought this should be quick to do, so I just went ahead with it. I can see how this could possibly lead to...

This is a very early proof-of-concept implementation of streaming repository files directly to `packed` during an archive import. Especially for large archives, in particular, with many (small) repository files, this...

topic/repository
topic/archive
topic/storage

### Describe the current issue There are certain behaviors of AiiDA (often related to provenance) that users frequently find counterintuitive or frustrating. For instance, immutability of nodes once they are...

topic/documentation