Sébastien Wieckowski

Results 14 comments of Sébastien Wieckowski

The `xelatex` engine works fine on Windows using the command `pandoc details.yml -o output.pdf --template=template.tex --pdf-engine=xelatex`, but we need to enclose the `polyglossia-lang.name` variable in curly braces in the `template.tex`...

It looks like the `adata.uns['log1p']["base"] = None` is lost at the next reading. Using an h5ad data set saved in `result_file`, the following happens: ```python adata = sc.read_h5ad(results_file) adata.uns['log1p']['base'] is...

it looks like one module is missing or a bad version is installed instead, try to install Werkzeug with pip: pip install Werkzeug==0.15.4 Also stick to the versions of the...

A temporary fix is to create a directory whose path does not have characters too weird for LSP, e.g., `C:\R_HOME`, and to set the R Home Directory accordingly, as explained...

I am sure it is not an issue with the latest versions of R, as it, outside the languageserver environement, gives me the right answer ``` r$> file.path(Sys.getenv("HOME")) [1] "C:\\Users\\Sébastien\\Documents"...

for others like me and @glw who wants this data file, just download it [here](https://github.com/reddit/thebutton-data/blob/master/thebutton_presses.csv)

I believe the error comes from the engine, try using `xelatex`, as proposed in https://github.com/mrzool/invoice-boilerplate/pull/27#issue-2174143860

We could also modify the YAML file: ```yaml # Typography and layout seriffont: Garamond sansfont: Arial ``` Proposed in https://github.com/mrzool/invoice-boilerplate/pull/27#issue-2174143860

> I tried to install a lower version of R and tensorflow. Unfortunately, the issue still occurred. > > Following the issue tip, I modified line 165 of the `inference-tensorflow.R`...