Christoph Bratschi
Christoph Bratschi
On macOS X with a retina display I am seeing thin vertical lines at the boundary of glyphs. On a Raspberry Pi the hairlines are also visible if the text...
I am wondering why freetype-gl allocates and frees FreeType instance while rendering each and every glyph. Why does it not use shared instances? I am asking because rendering some lines...
**Is your enhancement related to a problem? Please describe.** The following query introduced in WordPress 5.9 runs extremely slow on our system (4-8 seconds): ``` SELECT wp_users.ID,wp_users.user_login,wp_users.display_name FROM wp_users INNER...
**NOTE**: Please test in a least two browsers (i.e. Chrome and Firefox). This helps with diagnosing problems quicker. # Setup > Please provide the following details, the more info you...
Getting React errors after selecting auto-generate for the title and the browser screen gets blank: ``` Uncaught Error: Objects are not valid as a React child (found: object with keys...
### Link to reproduction private repo ### Describe the Bug We are using the following code to convert rich text data from Slate to Lexical. This allows us to prepare...
Getting the following warning with Node.js 20.x: ``` ../node_modules/nan/nan.h:686:39: warning: 'IdleNotificationDeadline' is deprecated: Use MemoryPressureNotification() to influence the GC schedule. [-Wdeprecated-declarations] return v8::Isolate::GetCurrent()->IdleNotificationDeadline( ... ``` This method will be deprecated...
I am getting the following error while using blurhash-to-css in the Next.js app router: ``` - error Error: ENOENT: no such file or directory, open '/.../.next/server/app/[lang]/[[...slug]]/blurhash_to_css_bg.wasm' at Object.openSync (node:fs:592:3) at...
### Link to reproduction private repo ### Describe the Bug Getting the following error in Payload 2.4.0 while trying to build the types: ``` /.../node_modules/payload/dist/uploads/getFileByURL.js:121 undefined ^ Error [ERR_REQUIRE_ESM]: require()...
## Explanation require('yoastseo') fails because index.js is a module. ``` import { Paper, Researcher } from '../node_modules/yoastseo/index'; ^ SyntaxError: Unexpected token { at Module._compile (internal/modules/cjs/loader.js:721:23) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load...