Hirofumi Horikawa

Results 24 comments of Hirofumi Horikawa

In my approach, `postinstall.sh` downloads fonts into `/home/site/wwwroot/fonts` temporally during deployment. https://github.com/horihiro/azure-functions-puppeteer-node-cjkfont/blob/master/postinstall.sh#L5 And the fonts are copied to `/home/.fonts` at the beginning of each invocation if there is no fonts...

Another example, microsoft.com/ja-jp Before adding fonts: ![image](https://user-images.githubusercontent.com/4566555/91654663-c3b43900-eae5-11ea-864f-2ce0d1cfd225.png) After adding fonts: ![image](https://user-images.githubusercontent.com/4566555/91654673-d169be80-eae5-11ea-82c5-1c35e90bcfa4.png)

It seems to be difficult to determine which fonts are added. If the function host had an initializing process for Node.js worker as discussing in https://github.com/Azure/azure-functions-host/issues/586 , customers can add...

I saw same error message after updating to new WSL. But in my case, this happened only when launching in Windows Terminal, because the starting directory for the distro `Ubuntu-22.04`...