Mathieu Dubois
Mathieu Dubois
Hello, ISO 3166 defines countries in the usual sense and some of their subdivisions. However there is no link between a subdivision and the "main" entity. For instance: - Martinique...
This PR implements type check in operators as described in #211 .
The current implementation of `wait_base.__add__` and `wait_base.__radd__` do almost no type checking. Thus it is possible to create nonsensical wait conditions. For instance, I accidentally wrote this code which is...
As discussed in #10924, we propose to update the reproducible builds guide (`docs/user/guides/reproducible-builds.rst`). The goals are: - update instruction for config v2 file - clarify that versions in the guide...
Hello, I'm not sure about how to report that but the page [How to create reproducible builds](https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html#how-to-create-reproducible-builds) shows an example based on `sphinx==5.3.0`. The problem is that this version has...
Hello, IIUC, `phigaro` config file is, among other things, used to specify the location of some programs used by the software (`hmmsearch` and `prodigal`) and the location of the pVOG...
The current organization of the code makes the code a bit hard to install because the main script (`exec_annotation`) use `require_relative` to find the `lib/` directory (therefore the `lib/` directory...
As far as I know, there is no proper way to reference a course in Biblatex. Traditional (i.e. BibTeX) ways to handle this is to use to use `@misc` or...