Anton Backer

Results 48 comments of Anton Backer

I'm struggling to add an equivalent [generic] check in userland for this basic example: ```jsx {(item) => {item.value}} ``` Is there some way to generically catch duplicate ids inside `MyCollection`...

What I mean is that inside `` I don't know what the id field name is going to be. In my example above, the key was `item.someId`, not `item.id`. Basically,...

I tried your suggestion of throwing an exception in BaseCollection, but it breaks hundreds of tests. Hopefully all of those failures can be fixed by updating fixtures, but I'm a...

Where did this net out? Can I roll it by hand using lower level primitives / patterns via the in the javascript SDK?

Hm, "lost sys.stdout" sounds vaguely like the stream got closed by whatever process owned it? What interface is even rendering your stdout in that case? Is it something terminal-like, or...

Adding a platform check seems bad. I'd rather test for specific functionality, if possible. I see two main issues here that are worth addressing: 1. This package uses `stderr` throughout,...

Haha, ok, yeah, so I guess the code should check for both a closed stream and a nulled out stream.

I'm on Chrome 129.0.6668.81 as well. Android 14, Pixel 6.

https://github.com/user-attachments/assets/c11b80bd-b5f7-4ec4-8ca8-5fe51c05584e Here's a screen recording of what I'm seeing. Sorry, the pointer is not part of the video.