Charles Pritchard

Results 62 issues of Charles Pritchard

Trying to follow along with building tsc.exe - I've hit MLIR issues twice: - Building the third party tools I needed to go into the clang folder and have it...

React 19 has some updates needed for the "HostConfig" - see: https://github.com/ahaoboy/react19-reconciler/blob/main/src/render.ts Easy enough fix to bring up to date. Debugging: ``` "resolutions": { "react-reconciler": "0.32.0" } ``` ``` yarn...

## Describe the Feature The CLI can use resolvers to find node module folders for dependencies in addition to the current search heuristic. Node.js whether using ESM or CJS has...

feature request

Currently the browser.js bypass does not return true for xterm.js as a client.

SVG Read-in support does not appear to be working. In PyMuPDF, this works fine: ``` doc = pymupdf.Document(stream=bytearray(svg_str, "utf-8")) ``` In MuPDF.js, it fails: ``` doc = mupdf.Document.openDocument(new TextEncoder().encode(svg), "svg");...

Sure it's a wild one - but if it's accessible - we can get a very very large tsc.wasm out of this. There are many llvm wasm builds out there,...

Attached is a documented server-side run of mermaid into a clean SVG file. Tested with `yarn node` Implementation notes: - DOMPurify website notes they prefer JSDOM for sanitization. - happy-dom...

Status: Approved

``` shadow*" style props are deprecated. Use "boxShadow ``` See: https://github.com/necolas/react-native-web/issues/2620 Triggered by `components/BaseToast.styles.js`

When working with extracting multiple Presently crop can be used by changing the viewport, But fitTo is still a load-time parameter. This is the awkward method for crop before render...