Lev Nagdimunov

Results 8 issues of Lev Nagdimunov

Rsync supports multiple source paths. For example, When source is local: > rsync /path/to/file1 /path/to/file2 /path/to/file3 user@ip:/dest/path/ When source is remote: > rsync user@ip:/path/to/file1 user@ip:/path/to/file2 user@ip:/path/to/file3 /dest/path/ The code here...

The Label class provides a method to convert the label from Label (which is effectively a subclass of ElementTree) to a dictionary, namely ``Label.to_dict(...)``. The method includes a number of...

### Describe the issue: In NumPy < 2.0, ```python >>> arr = np.asarray([-10, -5], 'i1') >>> arr += 128 >>> arr array([118, 123], dtype=int8) ``` In NumPy 2.0, ```python >>>...

00 - Bug

NumPy v1.23 dropped support for `np.asscalar`, which is used in some branches of the `pds4_tools.reader.data_types.pds_to_builtin_type` function. I do not believe any of the affected code paths are actually used by...

**Describe the bug** When an identity provider has multiple keys (for example one for signature and one for encryption), and when the signature key and encryption key are identical, the...

bug