rusty kay
rusty kay
Would be better to be in the official repos. But that's a lot of work. And in many cases we have little control, sometimes you have to be an official...
Document how to package qri for linux package repositories. ### Related qri-io/qri#1270 qri-io/website#199
Either one of these. Not sure which is better. https://wiki.creativecommons.org/wiki/CC0_FAQ https://creativecommons.org/share-your-work/public-domain/pdm/ Or, perhaps the text “Public Domain”. @chriswhong, feedback on how to state the license?
Breaking change, sorry. =[ Rename `csv.write_all` and `csv.read_all` to `csv.dumps` and `csv.loads`? They do not _write_ or _read_ anything. They work with strings. There is no analog in python `csv`,...
Confirmed by Chris. Not sure what os and `qri version` he is running. mac 10.14.6 ``` ❯ qri version 0.9.6 ❯ cat> transformx.star load("re.star", "re") def transform(ds, ctx): parkindex =...
closes #29
Is MIT okay, @chriswhong?
Three stories: ### Generate and use dataset - [x] Generate csv from https://www.parks.ca.gov/ParkIndex - [x] Generate sample file, `.kmx` location file to be used with gps software ### Improve dataset...
### [Content](https://dumps.wikimedia.org/enwiki/20200301/) - [x] Parse out all tables - [ ] Trim garbage tables - [ ] Dataset/tables: table title, row count, column count, url, page title, hit_count, id, revision.timestamp...
Clarifying requirements for [bounty](https://github.com/rows/X#open-bounties-program) ## In scope - [x] Build Safari [web extension](https://developer.apple.com/documentation/safariservices/safari_web_extensions/running_your_safari_web_extension) - [x] readme.md explaining how to build locally - [ ] Same functionality as Chrome extension -...