Steve Chester
Steve Chester
duplicate of #4
still an issue...
same for numeric values.. https://github.com/stackworx/formik-mui/issues/351 they're converted to a string
+1 to this, would love to see pg-boss better recognize when a job has stopped for reasons such as the worker process crashing.
an example of the sort of output i'm getting with those fonts above https://imgur.com/QDzvhfp
It's like the first font is cached and any subsequent calls for similar fonts within the same family are using the first font instead of their own file. ``` localFontPath:...
I believe I found the issue. Opening these fonts in FontForge, their Preferred Family Name is 'SignPainter' and their Style values are 'Regular'. I believe node-canvas is caching these fonts...
yeah apparently this isn't currently fixable at the node-canvas level (see the referenced issue). Modifying fonts via FontForge isn't really an option for me... open to ideas/suggestions for a fix...
Same i'm still seeing this issue on a typescript test suite of around 11,000 tests across Vitest, Mocha, and Playwright. Can someone share some tips for debugging this?