Manuel Aristarán
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: 
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?
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`...
[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...
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:...
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]...
Note the last ruling line at the right of the table:  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`)