Joe Politz

Results 64 issues of Joe Politz

A prototype of on-raw-key, which gives more control over keydown and keyup events, as well as information about meta keys

Create a spreadsheet with `create-spreadsheet("some name")`, then access it with `my-spreadsheet("some name")`, the API reports that permission is denied, but reports the ID for the file! Guess: This is likely...

This won't come up that often, but when it does, it's weird: ![image](https://user-images.githubusercontent.com/119891/130157343-e90df374-8959-468e-ba8c-4e24d92fcc4c.png) ![image](https://user-images.githubusercontent.com/119891/130157357-f5e3742f-b4f5-40f7-9104-70b5ee72ed40.png) Need to be a *little* smarter here. (Underlying mistake was implementing the dialog assuming we would...

Ctrl-S on a #share file seems to trigger the normal save path... but on a file loaded through #share code path. It's not clear what happens – the interface shows...

Right now, you have to figure out exactly which bit of the URL is the ID to use for importing spreadsheets. We should have a `load-spreadsheet` that takes a full...

It's annoying to have to use the mouse/tab to get to the Submit button.

There are two issues here: 1. There's a bad error in Sheets loading when an #N/A value appears; the existing code concatenates a string containing a Google API error object,...

I'm confused why `freq-bar-chart` only allows a list of _strings_ as input, when it seems like any value that can be uniq-ified with a set should make sense. At the...

I thought this had been resolved a while back, but I guess it persists: https://twitter.com/LeifAndersen/status/1318014591755014146?s=20