Wei Jia

Results 4 comments of Wei Jia

I have the same issues. What happened to me was that I had a dialog triggered in a dropdown menu, and when the dialog was closed, all the clickable elements...

You can fix it by adding controller.close() to the end of start function. ` const parser = createParser(onParse); for await (const chunk of res.body as any) { parser.feed(decoder.decode(chunk)); } controller.close();...

I have the same issue. When I use a picture with the resolution as 4032*3024, it gave me the following error: > libc++abi: terminating due to uncaught exception of type...

> And yeah, that large of an image is not a good idea. > > Try passing `--resize-shape` to generate.py and use a smaller image > > It will be...