Tim Sehn

Results 101 issues of Tim Sehn

https://www.dolthub.com/repositories/Liquidata/corona-virus The case_details table contains your data along with Hong Kong and Singapore from their websites joined into the same schema. The data will be updated hourly if it changes.

Running: `PS C:\Users\timse\dolthub\dolt\us-president-precinct-results> pip install numpy==1.19.3 --user` Fixes the issue. Maybe we should pin to that version until the tip `numpy` works on Windows?

question

https://en.wikipedia.org/wiki/ZINC_database

We could run a port scanner and publish that information.

https://github.com/CurationCorp/curation-corpus

https://www.iso.org/popular-standards.html Take these and autosync them. Things like country codes, currencies, etc. These are perfect dolt datsasets.

https://github.com/taivop/joke-dataset We should automate the things he scraped

Currently `dolt_patch()` is a very literal interpretation of the diff. For every row added theer is an insert statement. This optimizes for readability/parse-ability but can be slow to actually apply....

enhancement
sql
customer issue
version control

A customer is a heavy user of tags. They want to tag an immutable version of their data for model training. To tag individual tables, they've started appending the table...

enhancement
version control

Right now, to merge, the two branches must share a common commit ancestor. This is not strictly necessary as you can materialize an artificial ancestor before both init commits and...

enhancement
merge
version control