Ghislain Vaillant
Ghislain Vaillant
Traditionally, all Unix programs are documented with manual pages and Linux distribution often recommends providing corresponding manpages for each installed command-line utility. It would be nice to improve the `prov`...
Both the Intel and ARM 32-bit Debian builders fail at the testing stage with the following output: ``` =================================== FAILURES =================================== __________________________________ test_dtype __________________________________ simple_array = array([(0, 1, 10.), (1,...
Is there a particular reason to declare `pydap.tests` a namespace package? This prevents running the tests as installed from the package (via `python -m pytest --pyargs pydap.tests`), which is a...
It is a recommended practice in the Linux community to provide corresponding manpages to publicly installed command-line executables. `Pydap` installs the `dods` and `pydap` commands, but those lack respective manpages...
From a (distribution) CI perspective, it would be desirable to build the examples and tests against the packaged version of the ASL libraries. With the CMake targets you defined in...
Forwarded from [Debian-Bug#872992](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872992). The TL;DR is that testing with Qt 5.9 fails because of a change in the logging. The reporter solved this by exporting `QT_LOGGING_RULES="default.debug=true"` prior to running the...
Are there any plans to make the `vscode-client` available as an official extension, or is it designed for internal use only? It could join the family of existing language server...
I am in the process of submitting a [conda-forge package](https://github.com/conda-forge/staged-recipes/pull/15000) for ANTs as part of my involvement with the [Clinica](https://github.com/aramis-lab/clinica) project. I got to a point where I have got...
The `README` is reasonably detailed as far as context and usage his concerned. However, I believe it could be significantly enhanced by adding a specific section regarding the integration of...
I have been experimenting with the idea of providing a [Flatpak](https://flatpak.org/) for Higan and supporting apps (Icarus, and maybe Byuu?). The goal is to have the user be one `flatpak...