John T. Wodder II

Results 282 issues of John T. Wodder II

closes #1026, closes #1470, closes #1476

So pipx can run scripts specified as URLs on the command line, but it seems that they're always run in the system Python environment, with no isolation or installation of...

### What is the problem? If a submodule is added to a dataset and registered with `git submodule add`, then running `datalad save path/to/submodule .gitmodules` will duplicate the submodule's section...

severity-important

**What's the problem this feature will solve?** I use [a custom script](https://github.com/jwodder/ps1.py) (and I'm sure many others have similar scripts as well) for setting my prompt in Bash. It shows...

enhancement

I'm trying to set up & configure tarpaulin under GitHub Actions with Codecov. At first, the only problem was that my binary crate wasn't marked as covered despite being tested...

The (unexpected, to me) fact that the cache isn't updated on an exact match seems to be an important point worthy of being documented, and it helps to explain exactly...

[The README for the `digest` crate](https://github.com/RustCrypto/traits/blob/master/digest/README.md) currently contains the following example: ```rust use blake2::{Blake2b, Digest}; let mut hasher = Blake2b::new(); let data = b"Hello world!"; hasher.input(data); // `input` can be...

We have a GitHub workflow that runs `auto shipit --dry-run --quiet` and captures the output in order to determine if `auto` is about to make a release; if it is,...

bug

Despite the fact that `RelativePathBuf` is supposed to reject any absolute paths, the following program: ```rust use relative_path::RelativePathBuf; use serde::Deserialize; #[derive(Debug, Deserialize)] struct Foo { path: RelativePathBuf } fn main()...

Wheel/dist-info objects should have a `filetrees` (name WIP) attribute that is a dynamic mapping. Accessing this mapping with the keys `"purelib"`, `"platlib"`, `"dist-info"`, `"headers"`, `"scripts"`, or `"data"` should return a...

enhancement
library API