Ash
Ash
Feature request: When generating a string output. The string contains trailing zeros when rounding is enabled. For e.g. when the a float value of 70.1F (Which is stored as 70.0999984741211)...
Please can you update the chrome headless version as suggested here https://github.com/puppeteer/puppeteer/issues/11983.
``` - name: install llvm and clang uses: KyleMayes/install-llvm-action@v2 with: version: '17.0.2' ``` ``` Checking known assets (os=linux, arch=x64, version=17.0.2)... Error: Unsupported version for platform (os=linux, arch=x64, version=17.0.2)! ``` Note...