Dimitri Papadopoulos Orfanos

Results 204 issues of Dimitri Papadopoulos Orfanos

Note: #1869 is the same applied to the [`v3`](https://github.com/zarr-developers/zarr-python/tree/v3) branch TODO: * [ ] Add unit tests and/or doctests in docstrings * [ ] Add docstrings and API docs for...

Subject: MyPy warn unreachable ### Feature or Bugfix - Feature ### Purpose - Give it a go, check whether this results in some true positives and not too many false...

internals:refactoring

I have left a few errors for now: - E221 multiple spaces before operator - E226 missing whitespace around arithmetic operator - E501 line too long

- [ ] I have added a news fragment under `changelog.d/` (if the patch affects the end users) ## Summary of changes New in ruff 0.5.0? ``` E721 Use `is`...

In practice, I doubt anyone uses shared secrets of more than 256 characters. However, a [Google search](https://github.com/radcli/radcli/issues/103#issuecomment-2100693335) provided some empirical information about maximal lengths for various implementations. The [AWS Directory...

* Properly document the client-side limit (currently 256 instead of 8192). * Also refer to possibly lower server-side limits. Fixes #120.

Not sure where the upper limit of 8k comes from: https://github.com/FreeRADIUS/freeradius-client/blob/5a7c7766eaf055e022b339cd4dc9c49720425087/tests/docker/radius-clients.conf#L75-L79 As far as I can see, the current maximal length of the shared secret is 256: https://github.com/FreeRADIUS/freeradius-client/blob/5a7c7766eaf055e022b339cd4dc9c49720425087/include/freeradius-client.h#L61

**Describe the bug** I am not sure I understand the tracing macros: https://github.com/Blosc/c-blosc2/blob/3ae32b6de27fb6ea383f9d6a54db7c81cdf25d39/include/blosc2.h#L114-L129 * `BLOSC_ERROR` calls `BLOSC_TRACE_ERROR`, which prints only if environment variable `BLOSC_TRACE` is defined * `BLOSC_INFO` prints directly...