Michael Whitaker
Michael Whitaker
I am sure there is a reason why you left out the `preserve_yaml` argument in the `md_document` function in [hugo.R](https://github.com/hrbrmstr/markdowntemplates/blob/master/R/hugo.r), but am wondering if there might be a way to...
Thanks a lot for this great action. It's been working great out-of-box with GitHub-hosted runners, but just wanted to give a tip if you use a [self-hosted runner](https://docs.github.com/en/free-pro-team@latest/actions/hosting-your-own-runners/about-self-hosted-runners). In my...
Hi there, I was trying to use ``` p % ly_points(1:10) rbokeh2html(p, file = "temp.html") ``` but when I open up the generated file in the browser I get the...
This is likely a splash question as opposed to splashr, but was curious if you know whether it's possible to capture error messages and console.logs. There seems to be an...
Is it possible to select an element and click on it as described in [mouse_click](http://splash.readthedocs.io/en/stable/scripting-ref.html#splash-mouse-click)? ``` local button = splash:select('button') button:mouse_click() ``` Since you already have `splash_click` and `splash_focus`, it...
Hi Alex, Thanks for a great package. Don't know if you've looked into this yet, but a natural step for me is to automate. It is actually pretty straightforward to...
**Is your feature request related to a problem? Please describe.** I love Data Table cells, but I find it confusing that they are are embedded as a Javascript array. **Describe...
I was trying to implement [Search](https://content.nuxt.com/usage/search) from NuxtContent since Alpine is based on it, but I can't get it to work. I created a vue component inside the pages directory...