Max Gordon
Max Gordon
Hi Peter, Just noticed I often don't use the html_notebook but frequently the Gmisc::docx_document, my current thoughts are: - For new files we retain the current structure - Detect the...
Thanks Peter, I've updated the package and fixed a few minor bugs and moved the Rmd detection to a private function since your PR: ``` prIsNotebook
Oh forgot, the docx_document is a wrapper around html_document and creates output that has the same color, font etc as a standard Word-docx document. I'm stuck with using Word for...
In my case I sometimes have child documents that are of Rmd type but don't have a yaml intro. It seems that this requires relying on the file path for...
Found these similar issues: - https://github.com/rstudio/rmarkdown/issues/964 - https://github.com/rstudio/rmarkdown/issues/895 I use 1.0.136 but neither the Windows nor the Linux version provide any useful output.
I haven't worked on this for a while. From looking at the rmarkdown bugs the activity has been low over there as well.
@dannyparsons I don't think I've adapted concatHtmlTables so it relies on the pre-notebook approach. I haven't heard back from any of the RStudio team and I guess they are busy...
@chriscoyfish also managed to get the driver installed but I seem to get the same SIGSEV error as you. I also have to do a: `sudo modprobe mt7601u` followed by:...
Changes look good to me. @jkettmann - can you go ahead with merge and npm-publish?
I'm also no expert in express-graphql but I think the key is in adding context using the the `customExecuteFn`: ```ts const gqlServer = graphqlHTTP({ schema, graphiql: true, customExecuteFn: ({ contextValue:...