Wout De Nolf

Results 33 issues of Wout De Nolf

For the time being we've added pytest-redis (and mirakuru) to own conda channel: https://anaconda.org/esrf-bcu/pytest-redis Would it be possible to add it to conda-forge?

enhancement

Setuptools: ```yaml # setup.cfg [options] importlib_resources; python_version < "3.7" ``` Conda (not sure but whatever the equivalent is): ```yaml # meta.yaml requirements: run: - importlib_resources # [py>=37] ```

enhancement
feature

Closes #25 * Server-side management of subscriptions (connection + id) instead of connections * For STOMP >= 1.1: make subscription id mandatory for client frames SUBSCRIBE, UNSUBSCRIBE and ACK *...

When creating an HDF5 file with tracking order enabled on the root and more than 8 top-level groups, I do not see any top-level links when iteration over the data...

Closes #1163 #1132 The task _started_ and _received_ times in the task table are derived from the raw celery events which provide times as number of seconds passed since the...

I'm trying to use xmlschema and found a validation error which we don't get with `lxml` (see https://github.com/nexusformat/definitions/issues/1368) ```python import xmlschema xmlschema.XMLSchema("nxdl.xsd") ``` ``` Traceback (most recent call last): File...

bug

### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? ``` $ call conda mambabuild recipe --prefix-length=80...

type::bug

Recently a conda-forge build of a python library [failed](https://github.com/conda-forge/pypushflow-feedstock/pull/10) and I traced it down to an issue with `mambabuild`. The conda recipe contains tests and some tests fail with `conda...

Currently we only support internal and external links: https://github.com/silx-kit/silx/blob/d8a666dcfab4f071f38615ac495937cf85e97f95/src/silx/io/dictdump.py#L445 A use case has come up (Bliss NeXus writer) where an EDF should be linked.