Marnik Bercx
Marnik Bercx
### Describe the bug ``` ❯ verdi storage maintain --full Warning: In order to safely perform the full maintenance operations on the internal storage, the profile dev needs to be...
### Describe the bug Trying to change a top-level key of a stored `Dict` node raises (as expected): ```python In [1]: d = Dict({'a': 1}) ...: d['b'] = 2 ...:...
### Describe the bug When trying to use the `copy()` command on a computer, I get a `RecursionError`: ```python In [1]: load_computer('localhost').copy() --------------------------------------------------------------------------- RecursionError Traceback (most recent call last) Cell...
### Describe the bug From time to time, I find my processes are no longer updating. When trying to restart the daemon, stopping the daemon fails due to a timeout:...
Often I'm exploring a class or some methods I'm not super familiar with, and encounter some counter-intuitive (at least to my intuition 🙃) behaviour. Typically I would just say: "huh",...
### Describe the bug When trying to import an e.g. 2D structure from an `.xyz` file that correctly specifies the periodic boundary conditions (`pbc`), `verdi data core.structure import ase` does...
### Is your feature request related to a problem? Please describe During a recent discussion on user friendliness with @superstar54, he raised the issue that users can't specify the working...
Just ran into this error while trying to submit: ```python --------------------------------------------------------------------------- DeliveryError Traceback (most recent call last) Cell In[14], line 42 39 builder.w90_chk_to_ukk_script = w90_script 41 wc_group, _ = orm.Group.collection.get_or_create('tmp[/workchains](https://file+.vscode-resource.vscode-cdn.net/workchains)')...
When trying to reconfigure the `core.ssh` transport of a computer non-interactively using `-n`, it still asks for the `--safe-interval` option: ```console ❯ verdi computer configure core.ssh eiger -n --no-use-login-shell Usage:...
### Is your feature request related to a problem? Please describe Typical ways to obtain the results from a query are `all()`, `first()` (for testing), and `iterall()`. For larger queries,...