David Figatner

Results 212 comments of David Figatner

This could result in changes being lost since we only save when you run. Multi-editors in the code cell would solve this without needing to kick people out.

@cuire That was the error I was seeing as well. I don't have a strong understanding of pixi's new build process so I have nothing much to add. I can...

If we're going to delete the file from s3, then we'll also need to remove any outstanding transaction from Redis, or we'll end up w/quadratic-files continuously failing to download the...

What do you mean by broken cells?

Is anyone seeing this in their apps? This is likely a bug in the teardown of the demo app after pausing and resuming. I don't think it's specific to pixi-viewport,...

Zoom out until cache, then start editing a cell. Old behavior is it writes on top of old content. New behavior is it clears it first.

Can you try again? Seems to work fine for me.

Turns out isNaN for strings is way more complicated than I thought. Here's the best solution based on my research: ``` // from https://stackoverflow.com/a/58550111 function isStringANumber(s: string): boolean { return...

It might be customizable? What happens on ctrl + mouse? scroll, and what's the expected behavior?

The underlying code should work fine. There may be some type issues, however. I'm happy to accept a PR.