Rafael Pereira

Results 29 issues of Rafael Pereira

In the desktop app: ![image](https://user-images.githubusercontent.com/1487471/43928701-769b6aa6-9bf7-11e8-8052-78691cb17d67.png) In the published site: ![image](https://user-images.githubusercontent.com/1487471/43928726-8bc8a72c-9bf7-11e8-9d58-db42242d365b.png)

Next

This is what my docs look like on my screen. Top nav is centered, but content is not. ![image](https://user-images.githubusercontent.com/1487471/44173809-a3ec7c80-a0a6-11e8-900c-01ca6b9e0fdc.png)

bug
Next
Bug Backlog

don't merge

Retire swagger auto-gen in favor of simpler implementation using `requests`. Start by getting rid of: - .swagger-codegen - _swagger - .swagger-codegen-ignore - swagger-codegen-config.json - swagger-swapi-def.json - Makefile (update_swagger_codegen target) The...

"Invalid dataset key" is not the right error message for a valid key supplied for an inexistent dataset.

For SPARQL queries: - Handle results of `DECRIBE` and `CONSTRUCT` queries as pure RDF and skip table schema inferencing - Harden table schema inferencing for `SELECT` queries in cases where...

Normal dict are ordered starting in Python 3.6. The use of OrderedDict there could be avoided and would result in better users experience.

help wanted

Potentially long-running operations, especially `load_dataset()` and `query()` should show users a progress bar when used in interactive mode (e.g. python shell / iPython).

help wanted