Quint Stoffers

Results 9 comments of Quint Stoffers

This seems to be a server-side issue indeed, as `observeChanges` exhibits the same issue in a publication. In fact, even `observe` has the merged document.

> Hi @arggh I think the question here is how many Meteor users are using pnpm? Or what is the adoption of pnpm in the market as a whole? Zero...

It looks like this is caused by the render cache. When an item is rendered the rendered HTML is stored in a cache. When an item is selected the render...

I have a feeling the problem is caused by the render cache being passed a reference to the generated element. Whenever you modify the element the cached element is modified...

> If you declared your directives as expected, and used @extends I believe the plugin would work as is. Perhaps I'm doing something wrong, but declaring a type in service...

I'm able to run `meteor --inspect="0.0.0.0:9229"` and connect with the Chrome inspector to debug an application that runs on a different machine on the same network. A proper solution using...

Thanks for the reply, very useful information. I initially "fixed" the issue by modifying the library (great open-source effort by the way), however that'll mean manually checking those first 100...

Great, thanks! This came up in a unit test on our end that expected the event to be called exactly once. I wouldn't have noticed otherwise.

This also occurs when having specific versions installed through Homebrew, which results in the following path: `/opt/homebrew/Cellar/node@22/22.18.0/bin/node` I don't have `nvm` installed, so for me pm2 logs say. ``` [pm2]...