Andrew Luo

Results 6 comments of Andrew Luo

``` const bodyMarkdown = converter.makeMarkdown( bodyHtml, new JSDOM("", {}).window.document, ); ``` this works for me with JSDOM and showdown 2.1.0

+1, would be interested if theres any way to get the current page being viewed

I would really benefit from this functionality as right now our end users have no way of retrying a job run if it fails. Either a management API or even...

We're experiencing similar issues as well, even after the patch above. I tried wrapping the NodeViewWrapper with a React Profiler https://react.dev/reference/react/Profiler and it looks like all the nodes are updating...

@fdintino I've tried a few attempts at memoization and debounced renders, but still experience significant lag when the number of React nodes reaches a few hundred, even with a very...

Also running into this issue when using this with trigger.dev tracing