Mike Lee Williams
Mike Lee Williams
My use case is a home directory containing a small number of directories and files that I do want to watch _and_ a monorepo with hundreds of thousands of files...
Thanks! Looking forward to #245, because I don't think I can using `-w` is going to work for me. Please correct me if I'm wrong! Essentially I have a tree...
I write via a base64 encoded stream to avoid writing a temporary file when supporting people who just want PDF output (which is probably most users). If doing this causes...
Ah. I assume Chrome's headless print rendering refuses to execute remote js on security grounds (probably quite rightly). If that's the case then your original idea (writing out the HTML...
I confirm that embedding the font via CSS doesn't work, i.e. the icons appear in the HTML output, but do not appear in the PDF output. I suspect this is...
That doesn't work :-( Note that the numbers in https://github.com/williamsmj/resume.md/blob/workflow/resume.pdf are not in Source Serif Pro.
#11 will allow use of https://github.com/marketplace/actions/setup-chrome
#11 basically closed this issue, but I would like to spend some more time trying to get Times New Roman to work. `ttf-mscorefonts-installer` and `sudo fc-cache -f -v` didn't seem...
The CI job can produce "nice" PDF output, i.e. Time New Roman, if it's set to use macOS or Windows.
Just bumping this to say I ran into this unexpected behavior. In my case the code was something like: ``` > toJSON(data.frame(id = 1:2, val = c(3.5e-5, 3.5e-6)) [{"id":1,"val":0},{"id":2,"val":3.5e-06}] ```...