Tom Yeoman

Results 20 comments of Tom Yeoman

@alexindigo thanks for the information - the issue is I don't have scope to the stream within my tests I just have a string which looks like the following ```...

I'm also having this - The side effect is that when using the scroll within any chart the page scroll will "take priority" and scroll down on the page instead...

Works for me on win11 ![image](https://github.com/hadynz/obsidian-kindle-plugin/assets/14075632/c140a8aa-8cdc-40e5-b9a5-5bec3b295646)

Nice PR this helped me! You need to call all handlers (your code only handles onCollide, but not end) ``` const Matter = require("matter-js"); const MatterCollisionEvents = { name: "matter-collision-events",...

Hi @xenova did you ever get a chance to look further into this? I also have a requirement to cancel generation mid task. My application is running models on dynamic...

I have this problem also

Thanks for the info @kvndrsslr, may do this just to get development flow working. I'm using https://crxjs.dev/vite-plugin for extension development, and running in watch mode doesn't work at all for...

This would be really helpful For my understanding the current state is we can only [use unload() to cancel a currently reloading model](https://github.com/mlc-ai/web-llm/pull/525) (I.E loading from cache ), however there's...