John T. Wodder II
John T. Wodder II
Running mypy on code that uses the latest version of `vcrpy` fails with the error message "module is installed, but missing library stubs or py.typed marker". Please add type annotations...
If a client receives a message whose source does not contain either `!` or `@`, are there any rules that could be included in this spec for determining whether the...
Currently, the only requirements for valid usernames in this spec are given at , where minimum & maximum lengths are discussed, but information on what characters are allowed in usernames...
[The current documentation for `axum::Router::route_service()`](https://docs.rs/axum/0.7.4/axum/struct.Router.html#method.route_service) has an example that contains the following lines: ``` // Services whose response body is not `axum::body::BoxBody` // can be wrapped in `axum::routing::any_service` (or one...
Running mypy on code that uses the latest version of `zarr` fails with the error message "module is installed, but missing library stubs or py.typed marker". A quick look at...
I'm using lexopt to write a command that supports negative numbers and dates (i.e., things starting with `-` and a digit) as arguments. If the user doesn't pass `--` before...
When the `test_b0dwi_for_fmap` test in `heudiconv/tests/test_convert.py` is run, pydicom emits two UserWarnings with the message "The value length (22) exceeds the maximum length of 16 allowed for VR SH." (presumably...
The `test_get_key_info_for_fmap_assignment` test in `heudiconv/tests/test_bids.py` creates a `sample_nifti.json` file under `heudiconv/tests/data/` when run. It should instead create this file under a temporary directory. Note that the `sample_nifti.json` file needs to...
Attempting to benchmark our project with asv 0.6.2 fails to install the project into the virtualenv, and no message is given as to why. The output from a run of...
We are using asv to benchmark a project whose `build-system.requires` field in `pyproject.toml` contains `"setuptools >= 30.3.0"`. When asv 0.6.2 prepares a virtualenv for this project, it installs version 30.3.0...