Dan Foreman-Mackey
Dan Foreman-Mackey
Something that came up a few different times in the hack day yesterday was that it would be nice to have a "staging" (working title) feature, where users could explicitly...
_From the hack day brainstorming doc._ This should be fairly straightforward to show using the `scripts` configuration variable, but I don't have much experience with other languages. For example, how...
This is an initial (WIP) implementation of the "staging" ideas from https://github.com/showyourwork/showyourwork/issues/316
We don't currently test how the output PDFs actually get rendered. Instead, we only test that the build runs successfully. It would be great to add some tests to make...
From @adrn: > Make it easy to just rebuild the tex when in rapid text/paper editing mode and don’t care about updating figures or datasets In the ideal world, snakemake...
On the `dev` branch, we have somewhat refactored the back end infrastructure and, as far as I can tell, the only part that isn't currently working on Windows is the...
I've started development of a major refactor for a tentative `v1.0` release on the `dev` branch (see #285 for the initial effort), and the [v1.0 milestone](https://github.com/showyourwork/showyourwork/milestone/1) tracks the relevant outstanding...
What should this look like? I think it would also be extremely useful for testing.
Right now we expect users of showyourwork to rely heavily on GitHub Actions, but I don't feel like that's a fundamental requirement (or maybe even strength!) of SYW. Maybe we...
The Zenodo caching workflow is a major pain point, e.g.: - https://github.com/showyourwork/showyourwork/issues/180 - https://github.com/showyourwork/showyourwork/issues/239 - https://github.com/showyourwork/showyourwork/issues/260 - https://github.com/showyourwork/showyourwork/issues/291 but also a very popular feature of SYW. I think it might...