Michael Whitaker
Michael Whitaker
Thank you @timelyportfolio for these examples. Are you using `formattable:::render_html_matrix.data.frame()` just to coerce all columns to character? Since it's not an exported function of `formattable`, am curious if there is...
Merci beaucoup! I'd gladly help out myself, but I fear my skill level is not quite at your level of savoir-faire.
You know, what I think happens when you set `preserve_yaml=TRUE` is that the front matter gets duplicated: ``` --- title: "www" slug: "www" author: "www" date: "YYYY-MM-DD" output: markdowntemplates::hugo ---...
Hi folks, Upgrading to a new version of dbt is a manual process for me. Unfortunately, [dbt doesn't](https://hub.docker.com/r/fishtownanalytics/dbt) release a Docker image that could be used directly, so I am...
Would you mind testing the v1.5 before I merge that to main? ``` jobs: action: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: dbt-run uses: mwhitaker/[email protected] with: dbt_command: "dbt run...
#60 working on this now
Thank you for these suggestions. I’ll check it out to see if I can make the version upgrade smoother. It’s always possible that things have changed, but I have for...