Rafael Pereira
Rafael Pereira
In the desktop app:  In the published site: 
This is what my docs look like on my screen. Top nav is centered, but content is not. 
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.
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).