Nate Rush

Results 79 comments of Nate Rush

Thanks for the issue! I think this is a great thing to be thinking about - improving the process by which we get code to our users is always beneficial,...

Sweet. For count, count unique, and sum this makes a lot of sense. Can you specify how this would work with multiple aggregations? E.g. what if you aggregate with a...

Some thoughts: 1. Copying out seems like the really high-value thing here. We don't really observe users doing single cell edits often, and I've never seen users chaining whole columns,...

# Google Sheets Behavior If you open Finder > Edit > Show Clipboard, you can see what's on your clipboard. I used this to figure out the contents of the...

# Thoughts on our implementation ## What to copy to the clipboard If there is a single cell highlighted: we just copy the contents of that cell. If there is...

I think that there's some more specification work needed to say what this even means. Imagine the follow sequence of events: 1. Sort column A. 2. Sort column B. 3....

If the user sets `columns` in their pivot table, this seems quite hard to do (we'd have to figure out what it elevates to the highest-level and makes columns). So...

Tots agree. I also think there's probably a 1 day amount of work that doesn't involve sheet ids that would do a _lot_ (think like 70%) of the sheet deleting...

Sweet! This is something that is on our radar but we haven't put a ton of thought into. To get this working properly, I think we need to extend the...

Currently, the best way to accomplish this is to just reopen the cell editors for the columns you want to update and resubmit the formulas. Does this work for your...