Ryan Williams

Results 184 comments of Ryan Williams

NB: I ended up using [this built-in kramdown ToC](http://www.seanbuscay.com/blog/jekyll-toc-markdown/#implementation) instead of this

The first time I ran it, I was overwriting an existing PDF. I had to navigate the "Grant Access" popup flow to let Word access the input file, and then...

Just had a chance to try pointing `docx2pdf` at a whole folder: ```bash docx2pdf ``` it seems that this does what I hoped above: it asks me to grant Word...

Seems like your notebook file has an `image/svg+xml` output that is not showing up when `nbval` runs the notebook. In my case it was: ``` Traceback: Missing output fields from...

This looks like the same issue as https://github.com/javascriptdata/danfojs/issues/484#issuecomment-1368282864. Strings that begin with the same integer (but have a different suffix) break `Series.valueCounts`: ```javascript new Series(["2021-01", "2021-02"]).valueCounts() // Error: IndexError: Row...

I just ran into this, and worked around it by using `gh` to resolve a short SHA to a full SHA (without checking out the repository), then passing the full...

I've struggled with this for years, often with a workflow like: 1. checkout a branch (using actions/checkout) 2. do some work, commit the results 3. push the new commit to...

Thanks, I made my example repo public, and made a fresh example run, [here](https://github.com/ryan-williams/gha-test/actions/runs/5239173133/jobs/9458765655#step:4:5), of the misleading `non-fast-forward` error message: The `test0` branch is at [`95b6b3`](https://github.com/ryan-williams/gha-test/commit/95b6b3e9ed41c8263973db747396cc477cef005a), one commit ahead of...

I'm running into this with: - macOS 12.6 (M1 macbook) - Python 3.9.13 - docx2pdf 0.1.8 (installed via `pip install docx2pdf`) - Word 16.67 (22111300) My files are in a...

Having debugged it a bit further, I suspect my issue is that I don't have an Office365 subscription on my macbook, so I'm unable to save or edit Word docs!...