Alexander Goscinski

Results 54 issues of Alexander Goscinski

### Description of problem Setting the attribute associated with a structure can be changed by accessing `struc.base.attributes.all` before the storing of the node. That results in confusing behavior ```python from...

good first issue
type/usability

### Describe the bug / Expected behavior - No output in `verdi process ` commands for `show`, `report`, `status`, `watch` ```bash $ verdi process show ``` There should be some...

type/bug

### Steps to reproduce Using code snippets that are available [Tutorial](https://aiida.readthedocs.io/projects/aiida-core/en/latest/tutorials/basic.html#workflows), the [How-To Guides](https://aiida.readthedocs.io/projects/aiida-core/en/latest/howto/write_workflows.html#work-chain) and [Topics](https://aiida.readthedocs.io/projects/aiida-core/en/latest/topics/workflows/usage.html#work-chains) in the aiida-core readthedocs I end up with this file to create a simple...

topic/engine
topic/persistence
type/usability

## Description The keyboard shortcuts from jupyter notebook get activate when I type into a `Textarea`. For example I cannot type `a` without creating a new cell. I checked ipywidgets...

The problem with the current tox test environments is that they do require psql database which require a service running in the background. With the merge of #6425, we can...

Adds the flag `--color/--no-color` to `verdi process list` that colors the process state if on (default is on). Implements feature request #4955. In principle it is not hard to make...

Some deprecation messages are not up to date. For example https://github.com/aiidateam/aiida-core/blob/23d2aa5ee3c08438cfc4b4734e9670e19c090150/src/aiida/cmdline/commands/cmd_database.py#L27-L30 In this case it seems like we want to remove the command rather than to increase the version number....

topic/verdi
type/feature request

### Is your feature request related to a problem? Please describe In PR https://github.com/aiidateam/aiida-core/pull/6426 we implemented into the deprecation command decorator the version argument that allows to specify with which...

topic/verdi
type/feature request

This arises from the discussion in issue https://github.com/aiidateam/aiida-core/issues/4981 since this covers more than just the`verdi computer setup` command I made a separate issue to it. ### Motivation To make new...

topic/verdi
priority/quality-of-life
type/usability

This is the script ```bash $ verdi process watch 1 Usage: verdi process watch [OPTIONS] [PROCESSES]... Try 'verdi process watch --help' for help. Error: Invalid value for '[PROCESSES]...': no ProcessNode...

type/question
priority/nice-to-have
type/usability