aiida-core icon indicating copy to clipboard operation
aiida-core copied to clipboard

The official repository for the AiiDA code

Results 290 aiida-core issues
Sort by recently updated
recently updated
newest added

Hi all, I just fiddled around with the `SinglefileData` class. While doing so I ended up making a stupid mistake which effectively resulted in the class being instantiated as `SinglefileData(None)`...

type/bug

After restarting my local machine, I started some daemons before running `ssh-add -K` on any appropriate ssh keys. As such, all waiting processes ended up with errors of the form:...

type/bug

In https://github.com/rabbitmq/rabbitmq-server/pull/2990 a `consumer_timeout` has been introduced and set to 15 minutes, meaning that any process task that takes longer than 15 minutes will be cancelled 😬 (there is people...

type/bug
priority/critical-blocking
topic/rabbitmq

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...

Add `--force` flag to `verdi computer delete` as suggested in issue #5395. Without this flag, users will be prompted to confirm if they wish to remove the computer along with...

This is an alternative solution to #6305 The `verdi init` command is slightly different in that it doesn't just create a new profile, but it creates the profile in a...

Recently, the hashing mechanism was changed to remove all version information, both `aiida-core` and the plugin if applicable, from the hash computation. The reason was that with that information, each...

Fixes #6012 There are three different sources of files that are copied to the working directory on the remote computer where a calculation job is executed: * Sandbox: files written...

Fixes #6082 This transport plugin subclasses the `SshTransport` plugin but replaces the managing of the connection with the `fabric` library. Under the hood this library still uses `paramiko`, however, it...