Fabian Iwand
Fabian Iwand
When a Waffle mark has a stroke applied, the pattern size does not account for the added stroke width which causes neighboring strokes to bleed through at the edges. Example:...
Adds `Event` to the list of known globals. Currently a cell that references the `Event` constructor will have `Event` declared as input: ```js function _1(md){return( md`# Untitled` )} function _2(Event){return(...
The README references a LICENSE file that never got added to the repo: https://github.com/brunoimbrizi/triangle-wasm/blob/c228655bb4957e5070f8810ef8ffb45ef60a6747/README.md?plain=1#L230 I only noticed because the licensing situation for the original library appears to be rather unclear...
Using [react-scan 0.2.8](https://www.npmjs.com/package/react-scan/v/0.2.8), when calling `scan()` as follows: ```js useEffect(() => { scan({ enabled: process.env.NODE_ENV === "development", trackUnnecessaryRenders: true, }); }, []); ``` the option is reported as unknown in...
[Discussions](https://github.com/d3/d3/discussions) are now the preferred platform for support requests, but the ["Getting help" section](https://github.com/d3/d3/blob/a10166cc71094815addfc9cbdd56922016c98c41/docs/community.md?plain=1#L13) and the [Resources section in the footer](https://github.com/d3/d3/blob/a10166cc71094815addfc9cbdd56922016c98c41/docs/.vitepress/theme/CustomFooter.vue#L16-L17) on d3js.org still list the Observable Slack and forum.
Prevents sticky headings from covering framework names when navigating to a component via the sidebar. |Before|After |-|- || ||
### What happens? The [@latest](https://www.npmjs.com/package/@duckdb/duckdb-wasm/v/latest) tag on npm currently points to [1.29.1-dev132.0](https://www.npmjs.com/package/@duckdb/duckdb-wasm/v/1.29.1-dev132.0) instead of [1.29.0](https://www.npmjs.com/package/@duckdb/duckdb-wasm/v/1.29.0). It seems very likely that the wrong tag was updated by accident, since [@next](https://www.npmjs.com/package/@duckdb/duckdb-wasm/v/next) still...
Running the example snippet at https://isomorphic-git.org/docs/en/add ([see source](https://github.com/isomorphic-git/isomorphic-git/blob/v1.29.0/website/versioned_docs/version-1.x/add.md?plain=1)) throws `ENOENT: /tutorial` because the snippet does not set up the directory: ```js await fs.promises.mkdir('/tutorial'); ``` Additionally, the editor containing the cleanup...
### Description When loading mermaid via `https://cdn.jsdelivr.net/npm/mermaid/+esm`, the flowchart module bundles `config` directly instead of importing a shared instance. Any config changes (either via initialize or frontmatter) have no effect....
Following up from https://github.com/apache/arrow-js/issues/180 ### Rationale Starting from version 17.0.0 the generated TypeDoc API docs no longer link any "Defined in ..." references to their GitHub source. Additionally, arrow-js has...