Alan Iwi

Results 8 issues of Alan Iwi

Currently synda assumes that the username can be extracted from the OpenID: https://github.com/Prodiguer/synda/blob/80554e2393de92b642d0b0385a3cfb055a736678/synda/sdt/sdlogon.py#L94 and the credentials.conf has support for openid and password but not username https://github.com/Prodiguer/synda/blob/80554e2393de92b642d0b0385a3cfb055a736678/synda/source/config/file/user/credentials/models.py#L28-L34 It would be good...

Various tables are included in the software, which forces the user to upgrade CMOR if they are updated. In particular, the following: ``` $ cd cmor/ $ find . -name...

When PrePARE scans multiple files, it does not report which ones contained the errors. It would be good to show this information.

enhancement
PrePARE

Removing the `.o` files for umlib will save a little bit of disk space. I have not tested this patch, so you may want to change the base branch for...

The version currently on pypi fails during `pip install` on a Rocky 9 machine with a couple of errors while compiling `alf.f`: ``` Error: Rank mismatch in argument 'theta' at...

The `DatasetResult.file_context` function (see `results.py`) doesn't allow a `facets` keyword argument, but we might want to set the `facets` property of the `FileSearchContext` object that is returned (especially in order...

When copying a read-only local directory containing two or more subdirectories to a local destination, using the `-r` flag alone, the destination copy is set to read-only after the first...