Fabian Frank
Fabian Frank
A simple JSON schema: ```JS { "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "node": { "title": "a node", "type": "object", "properties": { "children": { "type": "array", "items": { "$ref": "#/definitions/node" } } }...
Add support for ambient modules ## Sorting - **I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] support request - I confirm that...
Due to `export default ...` the types announce a named export called "default", which indeed does not exist necessitating the following workaround: ```ts import ajvTransformKeywordBorkedDefault from "ajv-keywords/dist/definitions/transform.js" // moduleResolution: node16...
The name check_element_exists_and_is_visible creates the expectation that this function only returns true if the element is visible on screen. However, it returns true if the element exists and does not...
### Describe the bug The reason I stumbled upon this is because I am using TypeScript Project References and `tsc --build` fails with a few type errors like ``` node_modules/@types/scheduler/tracing.d.ts:102:40...
### Describe the Bug @react-email/code-block depends on vulnerable version of prismjs See https://github.com/advisories/GHSA-x7hr-w5r2-h6wg for vulnerability description. Unfortunately as of 3/4/2025 https://github.com/PrismJS/prism appears abandoned and has not had a commit in...