Results 50 comments of Cal Paterson

This is a good idea. There is some groundwork towards this - the "userdata" storage is pluggable (but so far - only postgres). I initially thought I might provide some...

Work on this is coming together. As it stands: you can create read-only tables that are based on github repos: https://csvbase.com/calpaterson/top-pypi-packages-30-days. Write support is planned (author-email: you user's email address)....

UI element done in 8cc231c639e7250c10e636d5c59d2d59dedefbc6 Still need tests around this.

Yep, I look at logs and at [the dashboard of a third party service that records crashes](https://sentry.io/welcome/). And yes - this bug is an anonymised version of what you ran...

Aha yes, that functionality already exists via the API in a semi-undocumented fashion: ```sh curl -n https://csvbase.com/calpaterson/example | vipe | curl -n https://csvbase.com/calpaterson/example -X PUT --data-binary @- ``` `-n` means...

Perhaps "PDDL" should say "public domain" instead? And you can link to the specific licence in the README?

> 2BH I think that the whole set of licenses should be put there. There are datasets of them in JSON format. That's a good idea, I think that's the...

Hi, thanks for taking the time to raise this issue. There are a few things here, let me know if you agree: 1. I naively assumed that calling `sentry.set_user` wouldn't...

From my point of view, Sentry is just a place to record (automatically) information about crashes. For a webapp like csvbase, that pretty much just means 500s. It groups different...

Many thanks - this is definitely planned. Big tables might need an index to be added though. I wonder what the UI for this should look like though. If you...