Trevor Manz

Results 354 comments of Trevor Manz
trafficstars

Thanks for opening the issue and for the clear, reproducible example. This is certainly a bug and something I want to fix. I've been preparing for an anywidget tutuorial and...

Ok I got some headway with this experimenting in a standalone HTML file. Below is an example of basically what anywidget does behind the scenes: ```html Memory Leak add.addEventListener("click", async...

Also thank you for sharing the idea CDN work around. I think that's a good idea for others experiencing this kind of issue or who have "large" widgets on the...

Thanks for the response. > To fix this in `anywidget`, the ESM should not be reloaded every time a widget is initialized. Completely agree. We should load ESM once, upfront...

> I created an issue on the chromium bug tracker ~2 weeks ago Thanks for doing that and sharing the response. > Is there a reason this cannot be resolved...

Agree with choice of TS here. In HiGlass we decided on JSDoc because it's uncertain if we'll ever fully type the codebase and I wasn't sure how many others working...

@pkerpedjiev can we close this now? - #1237 - #1236 - #1235

It sounds like the [Using uv with Jupyter](https://docs.astral.sh/uv/guides/integration/jupyter/) guide likely covers your question.

Thank you for raising this concern. I agree it's a valid issue I hadn't considered. My preference aligns with @zanieb's suggestion to prioritize checking for a local file path matching...

Seems like agreement, I’ll start addressing the prior comments and handle the file behavior!