Chris Sewell

Results 256 issues of Chris Sewell

Running the test suite (with `tox` command) now gives the following warnings: ``` tests/test_docutils.py: 9 warnings tests/test_renderers/test_error_reporting.py: 18 warnings tests/test_renderers/test_fixtures_docutils.py: 89 warnings tests/test_renderers/test_fixtures_sphinx.py: 155 warnings tests/test_renderers/test_include_directive.py: 8 warnings tests/test_renderers/test_myst_config.py: 5...

help wanted
testing

As per https://nbsphinx.readthedocs.io/en/0.5.1/code-cells.html#Code-Cells, it would be nice to have the option of including the cell prefixes `[1]: ` (or in a format specified in the conf.py) @akhmerov I don't think...

enhancement

The key reason I want this, is to allow temporary profiles to be exported, which I think is pretty nice! ```python $ ipython Python 3.8.13 | packaged by conda-forge |...

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 update makes some critical updates to the VM creation, to transition towards the use of conda. Its a "half-way house", whereby aiida is now installed with conda, but not...

Installing from https://github.com/conda-forge/miniforge/releases/download/4.12.0-2/Mambaforge-4.12.0-2-Linux-x86_64.sh, you get, for example: ```console $ mamba install --json --dry-run xyz Encountered problems while solving: - nothing provides requested xyz ``` as opposed to with Conda 4.13.0:...

bug

Hey, cool package, really interested for use with my https://chrisjsewell.github.io/ipypublish/ However I notice that its Compatibiilty specification (in the yaml) is only set to notebook 4.0. When I tested it...

`verdi database summary -v` is my greatest gift to aiida users, make sure its mentioned @mbercx 😉 Also, for writing workchains, I moved `to_aiida_type` to the public API (see https://aiida.readthedocs.io/projects/aiida-core/en/latest/topics/processes/usage.html?highlight=to_aiida_type#automatic-input-serialization)...

type/new
section/data
priority/important

At present each tutorial is in a folder on the same branch, with new tutorials made by copying across content from the other folders and updating. As the number of...

From @giovannipizzi Note for everyone: `_` is a special character in like QueryBuilder queries. In like queries, we use SQL syntax: % means any character (like * in bash) and...

type/bug
type/new
section/data
priority/important