hanshs
Results
2
issues of
hanshs
It doesn't seem like ComputeEngine properly parses latex input with `latexOptions.decimalMarker` set to `"{,}"` ```javascript const ce = new ComputeEngine() ce.latexOptions = { decimalMarker: "{,}" } const { json }...
**Context:** - Playwright Version: 1.29.1 - Operating System: Windows - Node.js version: 16.15.1 - Browser: Chromium **Describe the bug** Step to reproduce 1. Run ´npx playwright codegen´ 2. In the...
feature-codegen