Manuel Aristarán

Results 34 issues of Manuel Aristarán

Hi @simonw, Here's a small improvement. I use `airtable-export` for {in,up}serting data into a SQLite db (with `sqlite-utils` of course :)). The rows that I need to sync are selected...

no funciona en los listados generales: http://gastopublicobahiense.org/reparticion/instituto-cultural-municipal/ordenes-de-compra/

When a container element has `column-count`, the tooltip is not correctly positioned: ![hint](https://cloud.githubusercontent.com/assets/27584/13206550/34f26a4e-d8ce-11e5-9579-07d7c7432774.gif)

bug

It would look like this: ``` yaml - name: person_id_type label: ID Type datatype: ['foo', 'bar', 'quux']::tuple ``` Not sure about the possible values syntax. What do you think?

schema-extension

See [this post](http://manu.sporny.org/2014/json-ld-origins-2/) by one of the creators of the JSON-LD standard. Why do I think it makes sense to switch to JSON-LD? - It's a perfect match: A `@context`...

wontfix

[Gremlin](https://github.com/tinkerpop/gremlin/wiki) looks like a great resource to draw inspiration from. More relevant links: - [Bulbs](http://bulbflow.com/overview/) — A Python framework for graph databases _(big overlap with grano)_ - [sql2gremlin](http://sql2gremlin.com/) — Gremlin...

big-feature
question
api-extension
possible-plugin

Something along these lines: ``` yaml - name: organizacion label: Una organizacion obj: entity hidden: no attributes: - name: nombre label: Nombre required: true - name: date label: Date pattern:...

schema-extension

The following MDX query produces an `ArrayIndexOutOfBoundsException` in Mondrian 3.11: ``` SELECT NON EMPTY [Jurisdicciones].[Jurisdiccion].Members ON COLUMNS, NON EMPTY {[Measures].[Vigente], [Measures].[Devengado]} ON ROWS, NON EMPTY [Fecha].Year.Members ON PAGES FROM [dataset_ejecucion_gastos_bahia_user_bahia]...

enhancement
core

Note the last ruling line at the right of the table: ![screen shot 2015-05-30 at 6 17 16 pm](https://cloud.githubusercontent.com/assets/27584/7899609/14c8bee2-06f8-11e5-9654-114244a10e61.png) Since that line is not included in the detected table area,...

We should add image detection to `ObjectExtractor` so it can report (and extract?) image boxes on a `Page`. (see PDFBox's `org.apache.pdfbox.ExtractImages`)