NullVoxPopuli

Results 2058 comments of NullVoxPopuli

I confirm that managing history _very quickly_ explodes memory. I tried it with a 1 dimensional reactive list of boolean values, and it very quickly starts to make the browser...

aaaaand! If folks are open to classes (which, they're really good as long as folks don't abuse inheritance!) you can have this today: ```js class GameBoard { @signal turns =...

> I'm curious about this!! if what you're saying is true, I would push for this 100% :tada: > could you share a slightly more complex example? how would this...

> the next time graph propagation completes when does this happen? / what is this process? 😅 when you `.get()` a value, you synchronously calculate the value, no propagation :sweat_smile:...

I would also like the ability to allow-list certain packages. For example, node-pty

@zkochan, I tried your repro: https://github.com/pnpm/pnpm/issues/3063#issuecomment-1092322764 with pnpm 9, and the file is never created.

all of `'Ember'` is deprecated -- so my plan here is to import from `-internal` apis mostly, or other public apis where available

I see! ![image](https://github.com/glimmerjs/glimmer-vm/assets/199018/71ad29c0-b585-4977-9c78-62a24e9eefd2) looks like anything that fixes this is good for me

Seems good ![image](https://github.com/user-attachments/assets/064abfb7-2958-4e8d-a20c-e36a4f59ca98)