James Tindal

Results 20 issues of James Tindal

Typescript thinks the expected operators are exported, but at runtime, 7 of the exports are Modules. Using the latest version of Next.js, which bundles with webpack.

GrayMatter is giving me the output for a previous input instead of the actual input. [This Codesandbox](https://codesandbox.io/p/sandbox/small-bash-ikd3h3) behaves normally ``` import GrayMatter from "gray-matter"; console.log( GrayMatter( "---\nmarkmap:\n coloring: single\n---\n\n```markmap\n---\nmarkmap:\n height:...

It opens in the top left instead of next to the `...` icon

bug

It seems like we need to wait for KaTex to finish rendering before calling markmap.fit()

bug

**Description** I ran this `npx zenstack generate --schema schema/main.zmodel --output ..` It deleted everything in the directory above the current directory. **Expected behavior** I didn't expect it delete all my...

### Describe what happened Pulumi always thinks my code has had a `certificateSettings` key removed from the DomainAssociation arguments. The problem is fixed by adding `certificateSettings: { type: 'AMPLIFY_MANAGED' }`...

kind/bug
bug/diff
awaiting/bridge

With space in the href, it doesn't get rendered as a link. ``` [hello](Untitled 1) ``` With space and angle brackets, it renders as a link but the href spaces...

bug

* implement internal images * implement resizing internal and external images

enhancement

twice called by renderer-common, then once called by renderer-tab (when rendering a mindmap tab with no inline mindmaps) This should be a markmap plugin, not called after Transformer.transform. Would be...

performance