Giter VIP home page Giter VIP logo

ballero's Introduction

I like all things data. I've worked with data my whole career, from things that would fit in a Tweet all the way up to multi-petabyte data warehouses running in the cloud.

Currently, I'm a founder at SyncWith. We want anyone to be able to get their data into Google Sheets and Looker Studio.

As a hobby, I'm dabbling with making small datasets much more accessible via SQLite and Datasette plugins.

You can find me on the web at cldellow.com or as @cldellow on Hachyderm.

ballero's People

Contributors

cldellow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jmarca

ballero's Issues

PARSER: Not all photo fields are mandatory

square_url appears to be optional, from linuxwitch's http://www.ravelry.com/projects/linuxwitch/backyard-leaves project:

{
"progress": null,
"first_photo": {
"medium_url": "http://images4.ravelry.com/uploads/linuxwitch/154437/211733992-o_medium.jpg",
"id": 682411,
"thumbnail_url": "http://images4.ravelry.com/uploads/linuxwitch/154437/211733992-o_thumbnail.jpg",
"sort_order": 1,
"square_url": null,
"small_url": "http://images4.ravelry.com/uploads/linuxwitch/154437/211733992-o_small.jpg"
},
"pattern_name": "Backyard Leaves",
"made_for": "Tish",
"pattern_id": 70,
"tag_names": ["gift", "lace", "scarf"],
"craft_id": 2,
"size": "",
"id": 243492,
"favorites_count": 3,
"permalink": "backyard-leaves",
"status_name": "Finished",
"name": "Backyard Leaves Scarf",
"craft_name": "Knitting",
"project_status_id": 2,
"started": "2007/01/01",
"rating": 4,
"completed": "2007/02/01"
}

Images of projects aren't cached across runs

Load Ballero, go to the projects list. See that your projects have images.

In the adb shell, run "netcfg eth0 down".

Force kill Ballero and restart it. Go to the projects list. See that your projects are showing the stock "download pending" icon. Be sad that the app requires network access to show images. GD has some support for caching stuff during the lifetime of the app -- maybe this can be reworked to be more persistent.

Projects summary view is slow to load

It does way too much work in onCreate, and ideally can load stuff lazily. Also, updateItems does unnecessary json parsing for the case where you're just changing the filter.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.