John T. Wodder II

Results 282 issues of John T. Wodder II

### Description I have a locally-developed package named `dandisets-healthstatus`. Its dependencies include `pydantic ~= 2.0` and (in an `all` extra) `dandidav @ git+https://github.com/...` & `dandi` (a PyPI package, without any...

type: bug
S: needs triage

The file [`wsgidav/samples/mongo_dav_provider.py`](https://github.com/mar10/wsgidav/blob/056831cb80b9cd6be4e8bd96bd231cde47ee3695/wsgidav/samples/mongo_dav_provider.py) appears to be out of date in at least the following respects: * [This line](https://github.com/mar10/wsgidav/blob/056831cb80b9cd6be4e8bd96bd231cde47ee3695/wsgidav/samples/mongo_dav_provider.py#L109) constructs an `io.StringIO` from a `bytes` object, something that is only possible...

bug
help-wanted

The docstrings in the file [`wsgidav/dav_provider.py`](https://github.com/mar10/wsgidav/blob/056831cb80b9cd6be4e8bd96bd231cde47ee3695/wsgidav/dav_provider.py) make numerous references to "UTF-8 encoded byte strings" or similar — which can only refer to `bytes` values — but it seems that they...

bug
documentation
help-wanted

Currently, when autodoc renders a class of the form `class Foo(Generic[T])`, the resulting HTML just shows "class modulename.Foo", which omits information, as the type parameter is not shown. The only...

type:enhancement
extensions:autodoc
domains:py
expert

I have a repository with the following history: ``` * cb9f950 [2023-04-17] (HEAD -> master) Increment version * baa3c3c [2023-04-17] Set up most of cargo-release * b02a8c8 [2023-04-17] (origin/master) Give...

The DataLad source has accumulated a lot of cruft over the years that needs to be cleaned up. Currently, the only linter in use is pylint, which is only configured...

DataLad has been under development for a long time, and its codebase retains some uses of Python that are now obsolete, such as inheriting from `object` and `%`-formatting strings. These...

When I go to create an issue in this repository, the only option applicable to my use cases is to create a "Generic Issue", but the titles of the fields...

Part of #6884.

semver-internal

Please add support for `GET`ing a non-collection resource when the server responds with a redirect to another URL. Currently, webdavfs does not support redirects at all; attempting to access a...