Elliot Gould
Elliot Gould
Having same issue, I'm seeing the additional error message: `coercing to Unicode: need string or buffer, instance found`.
@eshom , would you mind sharing your code with the manual solution? I'm trying to figure out a way to do this programmatically, but can't see how.
Awesome, thanks so much @eshom !
I've found an endpoint that we can access buried within this [stackoverflow question](https://stackoverflow.com/questions/68490546/how-to-download-a-file-on-next-js-using-an-api-route/68810948#68810948). the url format is `https://{base_url}/API/v3/surveys/{strSurveyId}/responses/{strResponseId}/uploaded-files/{strFileId}` where `strField` is the file id for the user uploaded file for...
Any update on when this issue is planned for?
Does the error resolve if using a custom citation style language?
> My best bet is that you have a borked FreeType installation on your system. The referenced symbol is from Harfbuzz but systemfonts does not use, nor depend on it....
I have this feature requirement also, but from the standpoint of working with a package using an API. Unfortunately the links between the R object and the C Pointer in...
Just wanted to share these two examples from ecological modelling applications. They're bespoke approaches, but there might be some useful bits in there. 1. Thomas et al. (2018) A field...
Have you looked at the relevant line in the .tex output? I'm having the same problem, when I remove the table environment (i.e. `\begin{table}` and `\end{table}` it renders for me.