Brian Whitton

Results 18 comments of Brian Whitton

also seeing this whenever I run `generate_content_async`

I moved the `page-numbers` component to the addon namespace and then export it via the addon's app directory so that consumers can extend the component.

any chance these changes can get merged?

also would like this

I opened a PR to address this. Seems like listening for SIGINT in the node process was interfering with the rust handlers. When I remove the node handlers, it quits...

@nazariyg's workaround works for me. what a headache.

thanks. good suggestion. of course now eslint is complaining about using `any`, but I can live with that. I'd like to leave this open for posterity, in the hopes a...

FWIW `never` seems to work for me without complaint from ts or eslint.