Dimitri Papadopoulos Orfanos

Results 204 issues of Dimitri Papadopoulos Orfanos

#### Problem description The `listdir()` and `rmdir()` signatures are inconsistent across this class hierarchy: ``` BaseStore zarr/_storage/store.py └── Store zarr/_storage/store.py ├── ABSStore zarr/_storage/absstore.py ├── MemoryStore zarr/storage.py ├── DirectoryStore zarr/storage.py ├──...

Fixes #340. Now that c-blosc2 is out, this document can be removed, or moved to c-blosc2 if needed.

Add a configuration file for the LGTM.com static code analysis tool. It requires no CI integration, as the LGTM.com tool continuously scans the c-blosc GitHub repository for security and/or code...

Doesn't **`THOUGHTS_FOR_2.0.txt`** refer to [C-Blocs2](https://github.com/Blosc/c-blosc2)? Perhaps it is time to delete this file.

Add a configuration file for the LGTM.com static code analysis tool. It requires no CI integration, as the LGTM.com tool continuously scans the c-blosc2 GitHub repository for security and/or code...

**Describe the bug** I'm puzzled by `chunksize == 0` in this piece of code: https://github.com/Blosc/c-blosc2/blob/b2434ad1be6ea46e101e0691bfd6b2a43174cc8a/blosc/frame.c#L2424-L2426 * if `chunksize == 0`, then `chunk_nbytes < (size_t)chunksize)` is equivalent to `chunk_nbytes < 0)`...

https://github.com/Blosc/python-blosc/blob/20f7821267c053a8c3a2a7569bfd3c74e7daa64c/blosc/toplevel.py#L43-L44 See: * [`popen2` — Subprocesses with accessible I/O streams](https://docs.python.org/2.7/library/popen2.html#module-popen2) * [Replacing Older Functions with the `subprocess` Module](https://docs.python.org/3/library/subprocess.html#replacing-older-functions-with-the-subprocess-module). Additionally, avoid starting a process using a shell, as is probably the...

* Fix the actual error. Whether some arguments should be made optional (with a default value of `None`) can be left for later. * Clearly `rampwf.score_types.detection.util.mask_detection_curve` is not covered by...

The repository has been moved from GitHub to GitLab: https://gitlab.com/dslackw/colored/