Michael Milton
Michael Milton
By default `dua some_dir` reports a flat file hierarchy. However, it would be useful to generate a tree, but non-interactively. My use case is sharing a disk usage report with...
Closes #3656.
Oddly, there is no field on `Action` that describes the process being undertaken. `HowTo` fits this niche nicely, and it defines each step of the process. Therefore I propose adding...
It looks like `@guiclass` [was added in November 2022](https://github.com/pyapp-kit/magicgui/pull/498), so it's coming up on two years since it was added. However it's still marked as experimental, so I've held off...
The existence of the `cli.default_handler` option is documented, and I've established that this has to be set to a function with 1 argument. Unfortunately I'm not sure how to work...
We have a tape-backed filesystem with retrieve-on-read, meaning that processes can go into uninterruptible sleep (D) when trying to read a file, as they wait for it to be retrieved...
The `test_package` function doesn't seem to mount test data into the container. This is [supported by conda](https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#test-section) itself via `test.files` and `test.source_files`. The relevant code seems to be the point...
I'm sure this has been discussed before, but I can't find any GitHub issues about it. I wonder if, as part of the breaking 2.0 RO-Crate changes, we could migrate...
With RO-Crate 2.X, I think it would make sense to move to using IRI throughout the spec, rather than URI. Currently [the RO-Crate spec says](https://www.researchobject.org/ro-crate/specification/1.2-DRAFT/terminology.html): > URI: A Uniform Resource...
**Describe the bug** We currently have two sections on finding the root data entity. [The first is JSON-LD specific](https://www.researchobject.org/ro-crate/specification/1.2-DRAFT/root-data-entity.html#finding-the-root-data-entity) and [the second applies to SPARQL](https://www.researchobject.org/ro-crate/specification/1.2-DRAFT/appendix/relative-uris#finding-ro-crate-root-in-rdf-triple-stores). However it would be a...