Dalibor Zdravković

Results 12 comments of Dalibor Zdravković

If you are on unix like os you can use this command to 'update' typings: ``` bash typings ls | awk '$2 ~ /.+/ {print $2}' | xargs -I {}...

@RichardJECooke this is for older version of typings. For latest version I think this is a valid code: ``` typings ls | awk '$2 ~ /.+/ {print $2}' | xargs...

@RichardJECooke fro meaning of `dt` run this code in console: ``` typings i -h ```

@a7son Thanks for this information. I currently do not have time to test this but if this is working for you please feel free to close this issue

On dark themes this is really annoying

Hi @Finii The patched font is visible in windows terminal. In IntelliJ ligatures are missing, and it is only visible if it is installed for all users (required admin rights)....

Hi @Finii thanks for the response. For me the normal/400 weight is too thick for my taste, it will be nice that patched fonts keep all weights from original font....

@Finii In my current setup I am combining Cascadia Code light/300 and semi-light/300 (windows terminal does not have option to select font weight for bolded text). And only to mention,...

@Finii , I am using docker nerd font patcher image to quickly patch all fonts in the folder: ```bash docker run --rm -v /path/to/fonts:/in:Z -v /path/for/output:/out:Z nerdfonts/patcher [OPTIONS] ``` Maybe,...