Results 5 comments of HosokawaR

me too. my `.bashrc` calls fish ```console $ tail -n 3 ~/.bashrc if [ -z $NO_FISH ]; then exec fish fi ``` so, the command seem to fail due to...

> You can already use this new mechanism by installing the prerelease version of the extension, which will probably fix activation for you. The prerelease version worked fine in my...

This issue may be related https://github.com/parallax/jsPDF/issues/3152

Thanks to your issue, I found out that jsPDF doesn't support NotoSans. Thank you. I've also created a [PR](https://github.com/parallax/jsPDF/pull/3738) to address NotoSans TTF. I'm not the maintainer of this project,...

I confirmed that this issue is resolved with rubyzip 2.4.rc1. https://github.com/rubyzip/rubyzip/issues/280#issuecomment-2043040338 I hope to close this issue with an rubyzip official release and an upgrade of rubyzip's dependencies.