Nathaniel Starkman

Results 206 issues of Nathaniel Starkman

I'm also going to post this as an issue for Zenodo, but I'm hoping someone here might have a solution. I ran `showyourwork build` on a project and every output...

:bug: bug
zenodo
needs triage

When you're near to finalizing a paper there's no way to put in the Zenodo information without publishing the datasets, transferring from the Sandbox. However it's possible to reserve a...

:arrow_up: enhancement
zenodo

In the documentation it says that dependencies can be files (see attached screenshot) If I have a number of helper scripts in `utils` it would be great to only have...

:arrow_up: enhancement

It would be awesome if the params in the snakefile could be accessed by a command similar to `\variable`. For example, given the following In the tex file I would...

:memo: documentation
:arrow_up: enhancement
:eye: example
:hand: contributions welcome

I really like this tool and have a suggestion to support a newer python feature. It would be wonderful if this tool supported https://peps.python.org/pep-0727/, enabling the entire Parameter and Return...

help wanted

When(/if) https://peps.python.org/pep-0727/ is adopted then parameter and return/yield descriptions can be attached directly to the type. Having a "Parameters" section or a "Returns" section in the docs will not be...

For getting the un-parametrized type of an object. This is useful for doing `type(obj)(*args, **kwargs)`.

Not sure if you were interested in this for `gala`. If you are, I'll finish the checklist / prune some unneeded lint changes that snuck in here. ### Checklist *...

Is this is of interest? Couple possible simplifications: - [x] common base class - [x] use `format_doc` to simplify the docstrings ### Checklist * [ ] Did you add tests?...