Anthony Gitter

Results 388 comments of Anthony Gitter

I confirmed that building the manuscript locally on Windows with Git for Windows does work when Docker is available. This line in the build script https://github.com/manubot/rootstock/blob/2191d929a12a233347ee79c673b8f2971c10e6dd/build/build.sh#L69 needs to be changed...

Will the Markdown output be generated all the time or conditionally based on an environment variable?

I think those two would cover it. I don't recall anyone specifically needing the `--to=commonmark` version yet, but it does fill a gap. If this is a niche and advanced...

This is great. I have a slight preference for the AppVeyor comments that directly link the manuscript pdf and html instead of zipping them. However, I see benefits to this...

@dhimmel these GitHub Actions could be quite helpful for the COVID-19 review. I may be able to make some time to work on it over the next few days. Should...

I did some testing. `harupy/comment-on-pr` does fit our use case. The comment content is constructed through a template file. That could be a nice approach, but the template file only...

Getting the artifact URL seems like a dead end. There isn't support for lasting URLs per https://github.com/actions/upload-artifact/issues/60 Even constructing the artifact URL is nowhere near as straightforward as it was...

> actions leaves a comment that uploads the PDF Does this mean that the PDF would be stored as a file attachment in the comment as a workaround to the...

@scokobro thanks for reporting this and trying Manubot. We are interested in supporting the social sciences. Do you have this example in a public manuscript GitHub repository? I'd like to...

I have a couple ideas. 1. **Disable MathJax for your manuscript.** This is easy but only a viable option if you do not need MathJax elsewhere in your manuscript. In...