html_url,issue_url,id,node_id,user,user_label,created_at,updated_at,author_association,body,reactions,issue,issue_label,performed_via_github_app https://github.com/simonw/datasette/issues/729#issuecomment-629032425,https://api.github.com/repos/simonw/datasette/issues/729,629032425,MDEyOklzc3VlQ29tbWVudDYyOTAzMjQyNQ==,9599,simonw,2020-05-15T05:17:09Z,2020-05-15T05:17:39Z,OWNER,"Not sure the best way to do this. Here's an example using very subtle colour changes - but I'm worried it's not at all discoverable: That's with `#4c0077` for floats and `#666666` for integers.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",603295970,Visually distinguish integer and text columns, https://github.com/simonw/datasette/issues/729#issuecomment-629032619,https://api.github.com/repos/simonw/datasette/issues/729,629032619,MDEyOklzc3VlQ29tbWVudDYyOTAzMjYxOQ==,9599,simonw,2020-05-15T05:17:53Z,2020-05-15T05:18:29Z,OWNER,"I like the gray. The purple is a bit confusing. I could have both integers and floats show up as gray? The floating point should help show which is which. Maybe I could default floating point columns with integer values in them to `11.0` just to make it clear that they are floats?","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",603295970,Visually distinguish integer and text columns, https://github.com/simonw/datasette/issues/729#issuecomment-629033619,https://api.github.com/repos/simonw/datasette/issues/729,629033619,MDEyOklzc3VlQ29tbWVudDYyOTAzMzYxOQ==,9599,simonw,2020-05-15T05:21:17Z,2020-05-15T05:21:30Z,OWNER,"Turns out `1.0` and `2` stored in a float column already displays like that: ``` echo '[{""foo"": 1.0, ""bar"": 1}, {""foo"": 2, ""bar"": 2}]' | sqlite-utils insert /tmp/db.db t - ``` ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",603295970,Visually distinguish integer and text columns, https://github.com/simonw/datasette/issues/729#issuecomment-629033753,https://api.github.com/repos/simonw/datasette/issues/729,629033753,MDEyOklzc3VlQ29tbWVudDYyOTAzMzc1Mw==,9599,simonw,2020-05-15T05:21:42Z,2020-05-15T05:21:51Z,OWNER,I'm going to make all integers AND floats show up as `#666666`.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",603295970,Visually distinguish integer and text columns, https://github.com/simonw/datasette/issues/729#issuecomment-629042437,https://api.github.com/repos/simonw/datasette/issues/729,629042437,MDEyOklzc3VlQ29tbWVudDYyOTA0MjQzNw==,9599,simonw,2020-05-15T05:52:39Z,2020-05-15T05:52:39Z,OWNER,`type-pk` is a more accurate name than `type-link` - since people might assume that `type-link` refers to columns containing a link or a URL or similar.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",603295970,Visually distinguish integer and text columns, https://github.com/simonw/datasette/issues/729#issuecomment-629043480,https://api.github.com/repos/simonw/datasette/issues/729,629043480,MDEyOklzc3VlQ29tbWVudDYyOTA0MzQ4MA==,9599,simonw,2020-05-15T05:55:44Z,2020-05-15T05:55:44Z,OWNER,Live demo: https://latest.datasette.io/fixtures/sortable,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",603295970,Visually distinguish integer and text columns, https://github.com/simonw/datasette/issues/729#issuecomment-629050775,https://api.github.com/repos/simonw/datasette/issues/729,629050775,MDEyOklzc3VlQ29tbWVudDYyOTA1MDc3NQ==,9599,simonw,2020-05-15T06:17:12Z,2020-05-15T06:17:12Z,OWNER,"![4F8D336A-ECEB-4C68-A859-C8A3DA546E9C](https://user-images.githubusercontent.com/9599/82017875-fae70300-9638-11ea-9cc2-3969299ae9a0.jpeg) I don't like how the column headers themselves are no longer black in mobile view.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",603295970,Visually distinguish integer and text columns,