Utkarsh Verma

Results 110 comments of Utkarsh Verma

> Yeah I'm not sure if the svg renderer we use supports setting colours. What if we handle SVGs differently? We can parse SVGs as plain text, do a simple...

Doing `pip install --upgrade httplib2` fixed this for me. Source: https://stackoverflow.com/questions/18557744/how-to-update-cacerts-txt-of-httplib2-for-github

Hello, thank you for the PR. However, I intentionally don't include the definitions in config.h as it has to be really minimal. People are expected to modify it, therefore I...

I have also faced the same issue on the same Hugo version as OP. bep's suggestion works for me as well. `HUGO_SECURITY_EXEC_OSENV=".*"`

@jmooring I tried the above-mentioned env-vars, with no difference. What else should I test?

@jmooring I investigated this bug. I narrowed down the requirements to the following: ``` export HUGO_SECURITY_EXEC_OSENV="(?i)^(PATH|XDG_CONFIG_HOME|SSH_AUTH_SOCK)$" ``` I can understand `SSH_AUTH_SOCK` being needed by `go` for authentication purposes, but `XDG_CONFIG_HOME`...

Could you please not close this issue until this is fixed upstream. By that, I mean until acceptable defaults have been set for the config.

> @UtkarshVerma I'm pretty sure the XDG_CONFIG_HOME dependency is related to git, or to how you have configured git. > > See Yes, I do keep my git config in...

Yeah, using pixelsize did make a difference, but the vertical alignment got messed up. `static const char *fonts[] = { "monospace:pixelsize=20" };` ![image](https://user-images.githubusercontent.com/31820255/188278745-1d5a771a-3f5c-43ba-bf2b-0bc594fa7848.png) This seems really weird.

Hi, thank you for the quick response. Here is my setup: - Version 2.242 - Editor: VS Code - OS: Arch Linux I didn't modify the line height in VS...